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