mirror of https://github.com/libAthena/athena.git
Additional warning suppression
This commit is contained in:
parent
a2d040aeb4
commit
5074381533
|
@ -2391,6 +2391,7 @@ int main(int argc, const char** argv)
|
||||||
"-std=c++14",
|
"-std=c++14",
|
||||||
"-D__atdna__=1",
|
"-D__atdna__=1",
|
||||||
"-Wno-expansion-to-defined",
|
"-Wno-expansion-to-defined",
|
||||||
|
"-Wno-nullability-completeness",
|
||||||
"-I" XSTR(INSTALL_PREFIX) "/lib/clang/" CLANG_VERSION_STRING "/include",
|
"-I" XSTR(INSTALL_PREFIX) "/lib/clang/" CLANG_VERSION_STRING "/include",
|
||||||
"-I" XSTR(INSTALL_PREFIX) "/include/Athena"};
|
"-I" XSTR(INSTALL_PREFIX) "/include/Athena"};
|
||||||
for (int a=1 ; a<argc ; ++a)
|
for (int a=1 ; a<argc ; ++a)
|
||||||
|
|
Loading…
Reference in New Issue