Skip to content

Commit

Permalink
remove suppression of gcc14's incompatible pointer error
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Sep 11, 2024
1 parent 869a169 commit 383e0b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ OBJCONV = $(CROSS_SUFFIX)objconv
ifeq ($(NOFORTRAN), 1)
C_LAPACK = 1
override FEXTRALIB =
ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -Wno-error=incompatible-pointer-types
endif
endif

ifeq ($(C_COMPILER), GCC)
Expand Down

0 comments on commit 383e0b1

Please sign in to comment.