-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
None
-
None
-Wunused-parameter (side effect of -W -Wall) is generating thousands of not very interesting C compiler warnings in the Linux build and which is drowning out the (probably more interesting) few hundred other warnings.
It should be possible to get rid of them by adding -Wno-unused-parameter
It should be possible to get rid of them by adding -Wno-unused-parameter
- duplicates
-
JDK-8030350 Enable additional compiler warnings for GCC
- Resolved