diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-06-20 14:32:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-06-21 18:20:25 +0200 |
commit | 633e6cf96e9d5a23f5204ca7c02ee4cfa0215f46 (patch) | |
tree | 75f14790e8ed8a945e56d4f6d78b9d875ff2920a /compilerplugins/clang/reservedid.cxx | |
parent | 770b650c0548ca4ebb55ffccf14a3cfc907e9c43 (diff) |
compilerplugins: don't warn about __lxstat64
Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00
Diffstat (limited to 'compilerplugins/clang/reservedid.cxx')
-rw-r--r-- | compilerplugins/clang/reservedid.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/reservedid.cxx b/compilerplugins/clang/reservedid.cxx index 6269b9b98245..c2523c82ed64 100644 --- a/compilerplugins/clang/reservedid.cxx +++ b/compilerplugins/clang/reservedid.cxx @@ -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( |