File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ elseif (UNIX)
102102 target_compile_definitions (rkt_emgui PUBLIC -DEMGUI_UNIX)
103103 target_compile_options (rkt_emgui PUBLIC -Werror -pedantic-errors -Wall -Wno-format-security)
104104 set_source_files_properties (emgui/src/External/stb_image.c PROPERTIES COMPILE_FLAGS "-Wno-misleading-indentation -Wno-unused-but-set-variable" )
105- set_source_files_properties (emgui/src/External/stb_typetype.c PROPERTIES COMPILE_FLAGS -Wno-unused-but-set-variable )
105+ set_source_files_properties (emgui/src/External/stb_typetype.c PROPERTIES COMPILE_FLAGS " -Wno-unused-but-set-variable -Wno-maybe-uninitialized" )
106106elseif (MSVC )
107107 target_compile_definitions (rkt_emgui PUBLIC -DEMGUI_WINDOWS)
108108 set_target_properties (rkt_emgui PROPERTIES LINK_FLAGS "/SUBSYSTEM:WINDOWS" )
You can’t perform that action at this time.
0 commit comments