-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b04
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.
- blocks
-
JDK-8198918 jio_snprintf and friends are not checked by -Wformat
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/878497fb
-
Review(master) openjdk/jdk/25927