mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
fix compilation on gcc 14 and 15
This commit is contained in:
parent
c3e29198cc
commit
84d56fc8eb
|
|
@ -64,7 +64,7 @@ ALLOCA_FINISH = true
|
|||
XCFLAGS =
|
||||
TCFLAGS =
|
||||
# CYGNUS LOCAL nowarnings/law
|
||||
CFLAGS = -g -Werror-implicit-function-declaration -Wno-error=incompatible-pointer-types
|
||||
CFLAGS = -g -Werror-implicit-function-declaration -Wno-error=incompatible-pointer-types -std=gnu11
|
||||
BOOT_CFLAGS = -O2 $(CFLAGS)
|
||||
WARN_CFLAGS =
|
||||
# END CYGNUS LOCAL
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user