mirror of
https://github.com/libAthena/athena.git
synced 2025-07-01 02:43:44 +00:00
Additional internal flag to suppress irrelevant clang warning
This commit is contained in:
parent
d9a03aa69c
commit
002e113906
@ -2379,6 +2379,7 @@ int main(int argc, const char** argv)
|
||||
"-fsyntax-only",
|
||||
"-std=c++14",
|
||||
"-D__atdna__=1",
|
||||
"-Wno-expansion-to-defined",
|
||||
"-I" XSTR(INSTALL_PREFIX) "/lib/clang/" CLANG_VERSION_STRING "/include",
|
||||
"-I" XSTR(INSTALL_PREFIX) "/include/Athena"};
|
||||
for (int a=1 ; a<argc ; ++a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user