summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index a48c9ca24cd..5f226315e47 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1025,10 +1025,15 @@ configuration { "asmjs" }
configuration { "android*" }
buildoptions {
"-Wno-undef",
+ "-Wno-typedef-redefinition",
+ "-Wno-unknown-warning-option",
}
buildoptions_cpp {
"-x c++",
"-std=c++14",
+ "-Wno-extern-c-compat",
+ "-Wno-tautological-constant-out-of-range-compare",
+ "-Wno-tautological-pointer-compare",
}
archivesplit_size "20"