We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4964f commit f502ab8Copy full SHA for f502ab8
make/hotspot/lib/CompileJvm.gmk
@@ -94,6 +94,8 @@ DISABLED_WARNINGS_clang := ignored-qualifiers sometimes-uninitialized \
94
ifneq ($(DEBUG_LEVEL), release)
95
# Assert macro gives warning
96
DISABLED_WARNINGS_clang += tautological-constant-out-of-range-compare
97
+ # Some reasonable asserts produce warnings on GCC <= 7
98
+ DISABLED_WARNINGS_gcc += strict-overflow
99
endif
100
101
DISABLED_WARNINGS_xlc := tautological-compare shift-negative-value
0 commit comments