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.
2 parents 2377d7e + b774d0f commit fee4701Copy full SHA for fee4701
bld/CompileFlags.mak
@@ -20,7 +20,7 @@ else
20
endif
21
22
ifeq ($(FC_TMP),gfortran)
23
- FCFLAGS = -O2 -ffree-form -J $(OBJ_DIR) -cpp -Wall -Werror -Wno-unused-dummy-argument
+ FCFLAGS = -O2 -ffree-form -J $(OBJ_DIR) -cpp -Wall -Werror
24
25
26
ifeq ($(FC_TMP),pgf90)
0 commit comments