Additional warning suppression

This commit is contained in:
Jack Andersen 2016-09-29 17:30:45 -10:00
parent a2d040aeb4
commit 5074381533
1 changed files with 1 additions and 0 deletions

View File

@ -2391,6 +2391,7 @@ int main(int argc, const char** argv)
"-std=c++14",
"-D__atdna__=1",
"-Wno-expansion-to-defined",
"-Wno-nullability-completeness",
"-I" XSTR(INSTALL_PREFIX) "/lib/clang/" CLANG_VERSION_STRING "/include",
"-I" XSTR(INSTALL_PREFIX) "/include/Athena"};
for (int a=1 ; a<argc ; ++a)