> 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