Skip to content

Commit

Permalink
Remove unused parameters and variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinrich-BR committed Dec 19, 2024
1 parent 22ed1b5 commit e77e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platypus.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NEW_MFEM_INCFLAGS = $(shell echo "$(MFEM_INCFLAGS)" | sed -E 's/COMPILE_LANGUAGE
MFEM_INCLUDES := -I$(MFEM_INC_DIR)/config -I$(MFEM_DIR)/ -I$(MFEM_DIR)/../miniapps/common $(NEW_MFEM_INCFLAGS)
MFEM_LIBS := -L$(MFEM_DIR) -lmfem -lrt -L$(MFEM_DIR)/miniapps/common -lmfem-common $(MFEM_LIB)

ADDITIONAL_INCLUDES += $(MFEM_INCLUDES)
ADDITIONAL_INCLUDES += -Wno-unused-parameter -Wno-unused-variable $(MFEM_INCLUDES)
ADDITIONAL_LIBS += -Wl, $(MFEM_LIBS) ${MFEM_EXT_LIBS}

$(info ADDITIONAL_INCLUDES = $(ADDITIONAL_INCLUDES));
Expand Down

0 comments on commit e77e7b3

Please sign in to comment.