[Webkit-unassigned] [Bug 245018] New: angle_version.h and angle_version_info.h should not use the same header guard macro
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 9 20:56:36 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245018
Bug ID: 245018
Summary: angle_version.h and angle_version_info.h should not
use the same header guard macro
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: ANGLE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com
angle_version.h and angle_version_info.h should not use the same header guard macro.
Currently they both use:
#ifndef COMMON_VERSION_H_
#define COMMON_VERSION_H_
[...]
#endif // COMMON_VERSION_H_
Found by CodeQL.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220910/23504a7c/attachment.htm>
More information about the webkit-unassigned
mailing list