diff options
author | Nick White <git@njw.me.uk> | 2012-01-09 23:18:00 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-01-09 23:18:00 +0000 |
commit | f8bfddf45f4ead5e1d823400ce3d05bd25a322fe (patch) | |
tree | aeadbb3ab92635e0958672df640c08a3eb98334a | |
parent | 398ca9231da547cac9261008de35cee1db6910df (diff) |
Switch to c99, as we're using snprintf
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |