[Webkit-unassigned] [Bug 163575] check-webkit-style: fix false-positive warnings about using #pragma once header guard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 19 11:04:30 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163575
--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
> Headers without guards are clearly okay (as if they weren't okay then the
> builds would be failing)
It would be nice to detect and warn when a header is missing header guards that _should_ have header guards. A build may succeed if its missing, but later when someone else double includes the header it could fail.
That said, your suggestion should catch the majority of cases. Patch coming.
--
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/20161019/71dc33bd/attachment.html>
More information about the webkit-unassigned
mailing list