This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]