remove suppression of gcc14's incompatible pointer error

This commit is contained in:
Martin Kroeker 2024-09-11 22:21:09 +02:00 committed by GitHub
parent 869a169c57
commit 383e0b133e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -376,9 +376,6 @@ OBJCONV = $(CROSS_SUFFIX)objconv
ifeq ($(NOFORTRAN), 1) ifeq ($(NOFORTRAN), 1)
C_LAPACK = 1 C_LAPACK = 1
override FEXTRALIB = override FEXTRALIB =
ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -Wno-error=incompatible-pointer-types
endif
endif endif
ifeq ($(C_COMPILER), GCC) ifeq ($(C_COMPILER), GCC)