Fix -Wzero-as-null-pointer-constant warnings in SimpleCompactHashtable

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 24
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b07

      SimpleCompactHashtable has some data members of pointer type. They are initialized to 0 in the constructor, and set to 0 in the reset() function. This triggers -Wzero-as-null-pointer-constant warnings when that's enabled.

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

              Created:
              Updated:
              Resolved: