Skip to content

Commit

Permalink
Remove flag -Wno-unused-dummy-argument for gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
qingli411 committed Apr 4, 2019
1 parent 6f28b3a commit b774d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/CompileFlags.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
endif

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

ifeq ($(FC_TMP),pgf90)
Expand Down

0 comments on commit b774d0f

Please sign in to comment.