summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-08-26 21:08:11 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-08-26 21:08:11 +1000
commitc8273156aff2ed86045217d67ed3291fb4b8aa08 (patch)
treec8ec19a7e62c15ea07615b923f46f499a270f278 /docs/release/scripts/src/3rdparty.lua
parent242ef8fe11a82d1eaca156a4a465b81e15920284 (diff)
0.224 Release filestag224
Diffstat (limited to 'docs/release/scripts/src/3rdparty.lua')
-rw-r--r--docs/release/scripts/src/3rdparty.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release/scripts/src/3rdparty.lua b/docs/release/scripts/src/3rdparty.lua
index 7002fdbe0ff..b3fc924eab4 100644
--- a/docs/release/scripts/src/3rdparty.lua
+++ b/docs/release/scripts/src/3rdparty.lua
@@ -723,6 +723,11 @@ if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") and str_to_ver
}
end
+ configuration { "asmjs" }
+ buildoptions {
+ "-Wno-misleading-indentation",
+ }
+
configuration { "mingw*" }
buildoptions_c {
"-Wno-strict-prototypes",
@@ -1390,6 +1395,7 @@ end
"__STDC_FORMAT_MACROS",
"__STDC_CONSTANT_MACROS",
"BGFX_CONFIG_MAX_FRAME_BUFFERS=128",
+ "IMGUI_DISABLE_OBSOLETE_FUNCTIONS",
}
if _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="openbsd" then