From 5fad1a35f59a0b861dd67fc8ccc9d769358fc4e6 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 28 Apr 2024 07:12:34 -0400 Subject: C23 issue fixed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77c7349..78c0641 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ #INCLUDEFLAGS = -CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wsign-conversion -Wno-unused-parameter $(shell pkg-config gnutls --cflags) +CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wsign-conversion -Wno-unused-parameter $(shell pkg-config gnutls --cflags) -std=gnu99 LDFLAGS = -lpthread $(shell pkg-config gnutls --libs) -- cgit v1.2.3