Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8335592

Fix -Wzero-as-null-pointer-constant warnings in RootNode ctor

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • b05

      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.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: