diff Makefile.gen @ 564:a1dac9eb3f06

Typecast to void* to silence a silly clang-9 warning.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 21:31:13 +0200
parents 5d2c1bfc04aa
children 98812eb78d8e
line wrap: on
line diff
--- a/Makefile.gen	Mon Jan 06 21:28:47 2020 +0200
+++ b/Makefile.gen	Mon Jan 06 21:31:13 2020 +0200
@@ -1,5 +1,5 @@
 CFLAGS += -W -Wall -Wextra -D_XOPEN_SOURCE=500 -I./
-#CFLAGS += -std=c11 -pedantic
+CFLAGS += -std=c99 -pedantic
 CFLAGS += -g
 CFLAGS += -O2
 CFLAGS += -DTH_USE_INTERNAL_SPRINTF=1