pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Assigning a 64-bit value to pdf_i64_t


From: jemarch
Subject: Re: [pdf-devel] Assigning a 64-bit value to pdf_i64_t
Date: Tue, 25 Nov 2008 20:26:00 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

    > base/types/pdf-i64-new.c: In function 'pdf_i64_new_001':
    > base/types/pdf-i64-new.c:53: warning: integer constant is too large for 
'long' type
    > 

   Hi jemarch, I have a similar list of warnings that I have been getting in the
   last 2 months or so, I reported it and IIRC no one replied :-/.
   I guess the patch you mention is not the problem really, it's to be something
   else.
   Warnings :
   ##
   base/types/pdf-i64-new.c: In function 'pdf_i64_new_001':
   base/types/pdf-i64-new.c:53: warning: integer constant is too large
   for 'long' type

The warnings are emitted because pdf_i64_t is a 32bits long in your
machine. PDF_USE_BUILTIN_64BIT_SUPPORT is not working properly.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]