Skip to content

Commit

Permalink
Remove -fallow-argument-mismatch from Makevars.*
Browse files Browse the repository at this point in the history
  • Loading branch information
snoweye committed Feb 24, 2020
1 parent 9c9580e commit b7fc28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SPMD_LDFLAGS = @SPMD_LDFLAGS@

SLAP_LDFLAGS = @SLAP_LDFLAGS@

GFORTRAN_FLAGS = -DUSE_FC_LEN_T -fallow-argument-mismatch
GFORTRAN_FLAGS = -DUSE_FC_LEN_T

PKG_CPPFLAGS = $(SPMD_CPPFLAGS) -I../inst/RNACI $(GFORTRAN_FLAGS)
PKG_LIBS = $(SLAP_LDFLAGS) $(FLIBS) $(SPMD_LDFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MPI_LIB = $(shell ${R_SCMD} \
"library(pbdMPI);get.conf('MPI_LIB','"${R_ARCH}"','pbdMPI')")

### For gfortran
GFORTRAN_FLAGS = -DUSE_FC_LEN_T -fallow-argument-mismatch
GFORTRAN_FLAGS = -DUSE_FC_LEN_T

### Setup R package flags and substitute by configure for ${MPI_...}.
PKG_CPPFLAGS = -I"$(MPI_INCLUDE)" -I../inst/RNACI $(GFORTRAN_FLAGS)
Expand Down

0 comments on commit b7fc28f

Please sign in to comment.