diff options
author | 2020-08-26 21:08:11 +1000 | |
---|---|---|
committer | 2020-08-26 21:08:11 +1000 | |
commit | c8273156aff2ed86045217d67ed3291fb4b8aa08 (patch) | |
tree | c8ec19a7e62c15ea07615b923f46f499a270f278 /docs/release/scripts/src/3rdparty.lua | |
parent | 242ef8fe11a82d1eaca156a4a465b81e15920284 (diff) |
0.224 Release filestag224
Diffstat (limited to 'docs/release/scripts/src/3rdparty.lua')
-rw-r--r-- | docs/release/scripts/src/3rdparty.lua | 6 |
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 |