|
From: Holger F. <ho...@fr...> - 2013-04-17 19:40:15
|
Hi, today I used %llu instead of %u and had some runtime error. GCC can warn about such issues but only if the format attribute is used[1]. Could you please use this in future releases to catch errors while compiling the code? thank you holger [1] http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html |