summarylogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorMartin Diehl2020-05-15 22:05:55 +0200
committerMartin Diehl2020-05-15 22:05:55 +0200
commit70cd516176954da6c195b45c6b4756db488285e9 (patch)
tree8a7cb4a508a031ed266b124354ec96b723aaed6a /Makefile.inc
parent468e13d058e48424d5b1ec0fbff316aea0a40b2a (diff)
downloadaur-70cd516176954da6c195b45c6b4756db488285e9.tar.gz
compiles with gfortran 10.x
errors regarding mismatch of arguments need to be downgraded to warnings, MUMPS developers have been contacted. thanks to xantares for reporting
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 1ddb1af4a015..7cd8c3b3a50e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -150,7 +150,7 @@ LIBOTHERS = -lpthread
CDEFS = -DAdd_
#COMPILER OPTIONS
-OPTF = -DALLOW_NON_INIT ${CFLAGS} -fPIC
+OPTF = -DALLOW_NON_INIT ${CFLAGS} -fPIC -fallow-argument-mismatch
OPTC = ${CFLAGS} -fPIC
OPTL = ${CFLAGS} -fPIC