Skip to content

Commit 7f9a661

Browse files
committed
avoid intel warnings for cgns library
1 parent 26e13f4 commit 7f9a661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

externals/cgns/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if build_machine.system() == 'windows'
1+
if build_machine.system() == 'windows' || meson.get_compiler('cpp').get_id() == 'intel'
22
cgns_default_warnings = []
33
else
44
cgns_default_warnings = ['-Wno-unused-result']

0 commit comments

Comments
 (0)