Skip to content

Commit

Permalink
Silence a GCC14 warning/error in the f2c-converted LAPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 30, 2024
1 parent edacf9b commit 7c915e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c915e6

Please sign in to comment.