Deactivated C4505 for all msvc and not just vc80

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@605 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-03-08 08:01:21 +00:00
parent 2b6356c435
commit 5e3e0e8b8b

View file

@ -14,7 +14,7 @@
<presetdef name="build-turtle-test">
<build-test input="test" depends="boost" mode="all" excludes="bench_*,fail_*">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
<compilerarg value="/wd4505" if="is-vc80"/>
<compilerarg value="/wd4505" if="is-msvc"/>
</build-test>
</presetdef>