summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-04-28 07:12:34 -0400
committerTest_User <hax@andrewyu.org>2024-04-28 07:12:34 -0400
commit5fad1a35f59a0b861dd67fc8ccc9d769358fc4e6 (patch)
tree79d22667b5e155d758a3345542327108a0766bfd /Makefile
parent02b1feea935b2572c51849436c9d76bceb6dc436 (diff)
downloadcoupserv-5fad1a35f59a0b861dd67fc8ccc9d769358fc4e6.tar.gz
coupserv-5fad1a35f59a0b861dd67fc8ccc9d769358fc4e6.zip
C23 issue fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)