1
0
forked from mirrors/0ad

Disables some SpiderMonkey-related build warnings with clang

This was SVN commit r16379.
This commit is contained in:
historic_bruno
2015-02-22 21:15:47 +00:00
parent 8bf1fe1437
commit 1ac24adde2
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
# pragma clang diagnostic ignored "-Wuninitialized"
# pragma clang diagnostic ignored "-Wc++11-extensions"
# pragma clang diagnostic ignored "-Wignored-qualifiers"
# pragma clang diagnostic ignored "-Wmismatched-tags"
// Ugly hack to deal with macro redefinitions from libc++
# ifdef nullptr
# undef nullptr