[Webkit-unassigned] [Bug 166579] New: check-webkit-style should not warn about #ifndef header guards in API headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 29 08:23:20 PST 2016


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

            Bug ID: 166579
           Summary: check-webkit-style should not warn about #ifndef
                    header guards in API headers
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, lforschler at apple.com

check-webkit-style should not warn about #ifndef header guards in API headers:

ERROR: Source/WebKit2/UIProcess/API/gtk/WebKitSecurityOriginPrivate.h:20:  Use #pragma once instead of #ifndef for header guard.  [build/header_guard] [5]

This file is an installed API header, so we shouldn't use #pragma once.

-- 
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/20161229/e43a38fe/attachment.html>


More information about the webkit-unassigned mailing list