mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
2b6356c435
commit
5e3e0e8b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
<presetdef name="build-turtle-test">
|
<presetdef name="build-turtle-test">
|
||||||
<build-test input="test" depends="boost" mode="all" excludes="bench_*,fail_*">
|
<build-test input="test" depends="boost" mode="all" excludes="bench_*,fail_*">
|
||||||
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
|
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
|
||||||
<compilerarg value="/wd4505" if="is-vc80"/>
|
<compilerarg value="/wd4505" if="is-msvc"/>
|
||||||
</build-test>
|
</build-test>
|
||||||
</presetdef>
|
</presetdef>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue