From f8bfddf45f4ead5e1d823400ce3d05bd25a322fe Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 9 Jan 2012 23:18:00 +0000 Subject: Switch to c99, as we're using snprintf --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 17cc6d3..dfee001 100644 --- a/config.mk +++ b/config.mk @@ -6,7 +6,7 @@ RELDATE = 2011-11-22 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" W32TCLKIT = tclkit-8.5.9-win32.upx.exe -- cgit v1.2.3