comparison src/makefile.mingw @ 3576:a5743df7dc38 draft

Revert "Remove -Wformat* warnings from makefiles" This reverts commit 14ac0adcc7c0224a467e38bbd4ebf39d824ada8d.
author Wladimir J. van der Laan <laanwj@gmail.com>
date Sun, 30 Sep 2012 15:26:41 +0200
parents 327f6a489949
children 4c31c15d73af
comparison
equal deleted inserted replaced
3575:f014b15a478b 3576:a5743df7dc38
25 -l ssl \ 25 -l ssl \
26 -l crypto 26 -l crypto
27 27
28 DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE 28 DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE
29 DEBUGFLAGS=-g 29 DEBUGFLAGS=-g
30 CFLAGS=-mthreads -O2 -w -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) 30 CFLAGS=-mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
31 LDFLAGS=-Wl,--dynamicbase -Wl,--nxcompat 31 LDFLAGS=-Wl,--dynamicbase -Wl,--nxcompat
32 32
33 TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) 33 TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data)
34 34
35 ifndef USE_UPNP 35 ifndef USE_UPNP