From 633e6cf96e9d5a23f5204ca7c02ee4cfa0215f46 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 20 Jun 2016 14:32:39 +0200 Subject: [PATCH] compilerplugins: don't warn about __lxstat64 Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00 --- compilerplugins/clang/reservedid.cxx | 1 + 1 file changed, 1 insertion(+) 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(