Kaydet (Commit) 633e6cf9 authored tarafından Michael Stahl's avatar Michael Stahl

compilerplugins: don't warn about __lxstat64

Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00
üst 770b650c
......@@ -132,6 +132,7 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) {
&& s != "__PK11_GetKeyData"
// xmlsecurity/source/xmlsec/nss/nssrenam.h
&& s != "__data_start" // sal/osl/unx/system.cxx
&& s != "__lxstat64" // setup_native/scripts/source/getuid.c
&& s != "__lxstat") // setup_native/scripts/source/getuid.c
{
report(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment