Skip to content

Commit 383e0b1

Browse files
authored
remove suppression of gcc14's incompatible pointer error
1 parent 869a169 commit 383e0b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile.system

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,6 @@ OBJCONV = $(CROSS_SUFFIX)objconv
376376
ifeq ($(NOFORTRAN), 1)
377377
C_LAPACK = 1
378378
override FEXTRALIB =
379-
ifeq ($(C_COMPILER), GCC)
380-
CCOMMON_OPT += -Wno-error=incompatible-pointer-types
381-
endif
382379
endif
383380

384381
ifeq ($(C_COMPILER), GCC)

0 commit comments

Comments
 (0)