RFR: 8354292: Remove unused PRAGMA_FORMAT_IGNORED
Julian Waters
jwaters at openjdk.org
Wed Apr 30 10:30:47 UTC 2025
On Wed, 30 Apr 2025 01:22:24 GMT, simon <duke at openjdk.org> wrote:
> The macro PRAGMA_FORMAT_IGNORED is defined in compilerWarnings_gcc.hpp, with default empty definition in compilerWarnings.hpp. It is unused and can be removed.
I'd wait for Kim to chime in on this. This might end up being useful later on if a newer gcc or clang version starts spewing a false positive
Also, might need a second review, this looks trivial to me but I don't know if other would consider it trivial
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24958#issuecomment-2841522835
PR Comment: https://git.openjdk.org/jdk/pull/24958#issuecomment-2841524776
More information about the hotspot-dev
mailing list