The RootNode constructor calls the LoopNode constructor with 2 arguments, both 0. These arguments have pointer type. This triggers -Wzero-as-null-pointer-constant when that warning is enabled.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant for gcc
-
- Open
-