Silence a GCC14 warning/error in the f2c-converted LAPACK
This commit is contained in:
parent
edacf9b397
commit
7c915e64ca
|
@ -356,6 +356,9 @@ 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