From: Adam Dickmeiss Date: Mon, 25 Nov 2013 09:59:13 +0000 (+0100) Subject: Win: avoid warning when using boost::split X-Git-Tag: v1.4.3~4^2~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=66e414a28e37d64c456f7f3738d0f0925340c065;hp=97a7133fc8325a08560a0326f80459ec31f516f6;p=metaproxy-moved-to-github.git Win: avoid warning when using boost::split Done by defining _SCL_SECURE_NO_WARNINGS for Visual Studio. --- diff --git a/win/makefile b/win/makefile index 3b8a9d2..0815768 100644 --- a/win/makefile +++ b/win/makefile @@ -141,6 +141,7 @@ LIBXSLT_LIB = \ COMMON_C_OPTIONS= \ /nologo /W3 /EHsc /FD /c \ /D "_CRT_SECURE_NO_DEPRECATE" \ + /D _SCL_SECURE_NO_WARNINGS \ $(YAZ_DEF) \ $(YAZPP_DEF) \ $(BOOST_DEF) \