We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41ad56 commit c3e8495Copy full SHA for c3e8495
1 file changed
externals/cgns/meson.build
@@ -1,4 +1,4 @@
1
-if build_machine.system() == 'windows' || meson.get_compiler('cpp').get_id() == 'intel'
+if build_machine.system() == 'windows' or meson.get_compiler('cpp').get_id() == 'intel'
2
cgns_default_warnings = []
3
else
4
cgns_default_warnings = ['-Wno-unused-result']
0 commit comments