Skip to content

Commit 91f75e5

Browse files
committed
different syntax to disable error
1 parent 216b896 commit 91f75e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

externals/cgns/hdf5/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if target_machine.system() != 'windows' and meson.get_compiler('c').get_id() !=
77
'-Wno-unused-but-set-variable',
88
'-Wno-sign-compare',
99
'-Wno-stringop-overflow',
10-
'-Wno-discarded-qualifiers',
10+
'-Wno-error=discarded-qualifiers',
1111
'-Wno-error=maybe-uninitialized',
1212
'-Wno-error=unused-function',
1313
'-Wno-error=unused-label',

0 commit comments

Comments
 (0)