mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
Disable werror for Dear ImGui
GCC 7.5: ../../subprojects/imgui-1.81/imgui.h:1642:80: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow] inline T& operator[](int i) { IM_ASSERT(i >= 0 && i < Size); return Data[i]; }
This commit is contained in:
parent
663bbd05a6
commit
77bb7fd756
@ -218,6 +218,7 @@ util_files = files(
|
|||||||
|
|
||||||
imgui_options = [
|
imgui_options = [
|
||||||
'default_library=static',
|
'default_library=static',
|
||||||
|
'werror=false',
|
||||||
# use 'auto_features=disabled' once available: https://github.com/mesonbuild/meson/issues/5320
|
# use 'auto_features=disabled' once available: https://github.com/mesonbuild/meson/issues/5320
|
||||||
'dx9=disabled',
|
'dx9=disabled',
|
||||||
'dx10=disabled',
|
'dx10=disabled',
|
||||||
|
Loading…
Reference in New Issue
Block a user