Skip to content

Commit a282f15

Browse files
committed
Do not error on shadow variables
1 parent ba0a52f commit a282f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ input_emulator_sources = [
1717
'keyboard.c'
1818
]
1919

20-
input_emulator_c_args = ['-Wno-unused-result']
20+
input_emulator_c_args = ['-Wno-unused-result', '-Wno-shadow']
2121

2222
enable_debug = get_option('enable-debug')
2323
if enable_debug

0 commit comments

Comments
 (0)