Enabled all warnings everywhere.

This commit is contained in:
Branimir Karadžić
2017-03-09 21:36:05 -08:00
parent 2fa3226ab2
commit 271ad24b84

View File

@@ -189,6 +189,10 @@ function toolchain(_buildDir, _libDir)
compiler32bit = true
end
flags {
"ExtraWarnings",
}
if _ACTION == "gmake" or _ACTION == "ninja" then
if nil == _OPTIONS["gcc"] then
@@ -196,10 +200,6 @@ function toolchain(_buildDir, _libDir)
os.exit(1)
end
flags {
"ExtraWarnings",
}
if "android-arm" == _OPTIONS["gcc"] then
if not os.getenv("ANDROID_NDK_ARM")