Skip to content

Commit f3661f3

Browse files
Totto16mgerhold
authored andcommitted
hopefully last fix, but it's getting better
1 parent f987954 commit f3661f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

meson.build

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ elif cpp.get_id() == 'gcc'
2828
)
2929

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

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

0 commit comments

Comments
 (0)