Blocks :
|
In the TestArguments.atojulong gtest there is a use of jio_snprintf to print ULLONG_MAX. The format directive used is JULONG_FORMAT, which on some platforms is "%lu". That works on such platforms, but will trigger a gcc printf warning if enabled.
|