(Github CI/Debian/Ubuntu needs c2x maybe?)

This commit is contained in:
Gwenhael Le Moine 2024-09-09 18:36:44 +02:00
parent eb2a8bc3a0
commit bb71e9ae50
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -59,7 +59,7 @@ EXTRA_WARNING_FLAGS := -Wunused-function \
$(call cc-option,-Wunused-variable)
endif
override CFLAGS := -std=c23 \
override CFLAGS := -std=c2x \
-Wall -Wextra -Wpedantic \
-Wformat=2 -Wshadow \
-Wwrite-strings -Wstrict-prototypes -Wold-style-definition \