Skip to content

Commit 218b6cb

Browse files
committed
DOOM: Added flag to silence warnings in newer esp-idf versions
Darn, I thought I had finally fixed all the warnings in prboom :(
1 parent 32e2dba commit 218b6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prboom-go/components/prboom/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ register_component()
88
# but I guess we'll have to live with it in at least the prboom-go module...
99

1010
rg_setup_compile_options(
11+
-Wno-missing-field-initializers
1112
-mfix-esp32-psram-cache-issue
1213
-DHAVE_CONFIG_H
1314
-O2

0 commit comments

Comments
 (0)