Skip to content

Commit fee4701

Browse files
committed
Update to last pull request
I merged an old version of the branch in the previous tag
2 parents 2377d7e + b774d0f commit fee4701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bld/CompileFlags.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
endif
2121

2222
ifeq ($(FC_TMP),gfortran)
23-
FCFLAGS = -O2 -ffree-form -J $(OBJ_DIR) -cpp -Wall -Werror -Wno-unused-dummy-argument
23+
FCFLAGS = -O2 -ffree-form -J $(OBJ_DIR) -cpp -Wall -Werror
2424
endif
2525

2626
ifeq ($(FC_TMP),pgf90)

0 commit comments

Comments
 (0)