[Webkit-unassigned] [Bug 155048] New: [CMake] Enable -Wnon-virtual-dtor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 14:51:53 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155048

            Bug ID: 155048
           Summary: [CMake] Enable -Wnon-virtual-dtor
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

We should enable -Wnon-virtual-dtor in WEBKIT_SET_EXTRA_COMPILER_FLAGS. It would have caught a crash we introduced on the GTK port recently. Currently we get -Wdelete-non-virtual-dtor via -Wall, but this warning is not as effective.

But before doing so, we should make sure to fix whatever warnings pop up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160304/2ccd6ee7/attachment-0001.html>


More information about the webkit-unassigned mailing list