add -Wno-deprecated-copy to options

to silence warnings stemming from OpenFOAM in g++ 9
This commit is contained in:
danielque
2021-03-12 11:38:34 +01:00
parent affa8b1aa8
commit 4ebd073845
21 changed files with 28 additions and 9 deletions

View File

@ -12,6 +12,7 @@ EXE_INC = \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/cfdTools \
-I$(CFDEM_SRC_DIR)/recurrence/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/derived/cfdemCloudRec \
-Wno-deprecated-copy
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\