﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
897	"Warning message: ""ISO C does not support the 'q' printf length modifier"""	Michael Wood-Vasey	jhoblitt	"gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -D_THREAD_SAFE -DHAVE_PSDB -I/Users/Shared/PS1/code/ipp-2.2//default.darwin/include/pslib -I/Users/Shared/PS1/code/ipp-2.2//default.darwin/include/mysql -I/Users/Shared/PS1/code/ipp-2.2//default.darwin/include -Wall -pedantic -fno-strict-aliasing -g -O2 -MT libippdb_la-ippdb.lo -MD -MP -MF .deps/libippdb_la-ippdb.Tpo -c ippdb.c  -fno-common -DPIC -o .libs/libippdb_la-ippdb.o
ippdb.c: In function 'ippdbPrintMetadataRaw':
ippdb.c:132: warning: ISO C does not support the 'q' printf length modifier
ippdb.c:136: warning: ISO C does not support the 'q' printf length modifier

----

The relevant lines:

ippdb.src/src/ippdb.c:132:
            METADATAITEM_STRIFY_CASE(PS_DATA_S64, ""%"" PRId64, S64);
ippdb.src/src/ippdb.c:136:
            METADATAITEM_STRIFY_CASE(PS_DATA_U64, ""%"" PRIu64, U64);

----

[wwoodvas@calm ippdb.src] gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-----

This issue is pretty trivial but would be nice to clean up if it's easy so that compiling with '-Werror' works."	defect	closed	high		misc	unspecified	trivial	needinfo		
