mirror of
https://github.com/pret/agbcc.git
synced 2026-04-26 08:10:18 -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 =
|
XCFLAGS =
|
||||||
TCFLAGS =
|
TCFLAGS =
|
||||||
# CYGNUS LOCAL nowarnings/law
|
# 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)
|
BOOT_CFLAGS = -O2 $(CFLAGS)
|
||||||
WARN_CFLAGS =
|
WARN_CFLAGS =
|
||||||
# END CYGNUS LOCAL
|
# END CYGNUS LOCAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user