remove suppression of gcc14's incompatible pointer error
This commit is contained in:
parent
869a169c57
commit
383e0b133e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue