Skip to content

Commit

Permalink
Turn off Werror
Browse files Browse the repository at this point in the history
Apparently the version of gfortran on github CI is so absurdly broken
that it gives a warning about C++ style comments in a Fortran file...
  • Loading branch information
william-dawson committed Nov 15, 2023
1 parent adf438d commit 4219ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Targets/Linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ set(CXX_TOOLCHAINFLAGS_DEBUG "-O0 -fopenmp -Wall -Wextra \
-Wdouble-promotion -Woverloaded-virtual -Wmisleading-indentation \
-Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wuseless-cast \
-Wsign-conversion -Wconversion -Wcast-align -Wold-style-cast")
set(F_TOOLCHAINFLAGS_DEBUG "-O0 -cpp -fcheck=all -Wall -Wextra -Werror \
set(F_TOOLCHAINFLAGS_DEBUG "-O0 -cpp -fcheck=all -Wall -Wextra \
-pedantic -fimplicit-none -ffpe-trap=invalid,zero,overflow,underflow \
-std=f2003")

0 comments on commit 4219ace

Please sign in to comment.