Skip to content

Commit 266e6c2

Browse files
Totto16mgerhold
authored andcommitted
added -Wno-complain-wrong-lang before the incorrect option
1 parent f3661f3 commit 266e6c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ elif cpp.get_id() == 'gcc'
2929

3030
if host_machine.system() == 'windows'
3131
compile_args += ['-Wno-shadow', '-Wno-complain-wrong-lang']
32+
add_project_arguments(
33+
'-Wno-complain-wrong-lang',
34+
language: 'cpp',
35+
)
3236
endif
3337

3438
elif cpp.get_id() == 'clang'

0 commit comments

Comments
 (0)