This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[libmudflap] build warnings...
- From: "Christian Joensson" <christian dot joensson at gmail dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>
- Date: Tue, 30 May 2006 14:11:10 +0200
- Subject: [libmudflap] build warnings...
I just wanted to ping the list here on current gcc trunk libmudflap
build warnings:
../../../gcc/libmudflap/mf-runtime.c:1706: warning: format '%06lu'
expects type 'long unsigned int', but argument 15 has type
'__suseconds_t'
../../../gcc/libmudflap/mf-runtime.c:1729: warning: format '%06lu'
expects type 'long unsigned int', but argument 4 has type
'__suseconds_t'
../../../gcc/libmudflap/mf-runtime.c:1998: warning: format '%06lu'
expects type 'long unsigned int', but argument 6 has type
'__suseconds_t'
../../../../gcc/libmudflap/mf-runtime.c:1706: warning: format '%06lu'
expects type 'long unsigned int', but argument 15 has type
'__suseconds_t'
../../../../gcc/libmudflap/mf-runtime.c:1729: warning: format '%06lu'
expects type 'long unsigned int', but argument 4 has type
'__suseconds_t'
../../../../gcc/libmudflap/mf-runtime.c:1998: warning: format '%06lu'
expects type 'long unsigned int', but argument 6 has type
'__suseconds_t'
Are these something one simply has to accept or are something more
deep lurking here?
--
Cheers,
/ChJ