diff options
| author | 2018-12-11 20:31:34 -0500 | |
|---|---|---|
| committer | 2018-12-11 20:31:34 -0500 | |
| commit | 3045bdb804ebb05b18122ee287c8760038d41e8c (patch) | |
| tree | f51bbb61d16da3f40b297c619368851d1ca6c820 /scripts | |
| parent | 9f4fc823d48860705c2bea67654ad6ba8615f165 (diff) | |
| parent | 2f70f9698efc59e01ba6f47315ea736ecc2a5341 (diff) | |
Merge pull request #4389 from Celelibi/fix-maybe-uninitialized-Og1
Fix compilation errors with -Og
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/3rdparty.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 2ccfa749e19..431507005bc 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -203,6 +203,9 @@ buildoptions { } configuration { } +buildoptions { + "-Wno-error=maybe-uninitialized" +} defines { "SOFTFLOAT_ROUND_ODD", "INLINE_LEVEL=5", |
