#3767: Compiler warnings re copy.c on older OSX
------------------------+----------------------
Reporter: balderdash | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: |
------------------------+----------------------
{{{
On MacOSX 10.4.11, I see the following warning during the make phase:
gcc -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\"
-DBINDIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\"
-DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/ssl/include
-I/usr/local/opt/cyrus-sasl/include -I./intl -Wall -pedantic -Wno-long-
long -g -O2 -MT copy.o -MD -MP -MF .deps/copy.Tpo -c -o copy.o copy.c
copy.c: In function ‘mutt_copy_header’:
copy.c:411: warning: ISO C does not support the ‘q’ printf length modifier
copy.c: In function ‘_mutt_copy_message’:
copy.c:519: warning: ISO C does not support the ‘q’ printf length modifier
copy.c: In function ‘copy_delete_attach’:
copy.c:772: warning: ISO C does not support the ‘q’ printf length modifier
I don't know whether that's important or not. Mutt builds just fine.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3767>
Mutt <http://www.mutt.org/>
The Mutt mail user agent