We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022fcf7 commit 999be0bCopy full SHA for 999be0b
src/tests/optval/CMakeLists.txt
@@ -1 +1,5 @@
1
ADDTEST(optval)
2
+# prevent false positive (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95446)
3
+if(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
4
+ set_source_files_properties("test_optval.f90" PROPERTIES COMPILE_FLAGS "-Wno-error=pedantic")
5
+endif()
0 commit comments