summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-09-13 21:52:46 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-09-13 21:52:46 +0000
commitcb090da62bf3dca54beafeb8620fb17415849824 (patch)
tree9e72ecceac7e233afb72bc35f27527829424e2d9 /templates/vc8csharp.mpd
parentea3f574093bd0e7b95e532ae8058a04fe67a4aac (diff)
downloadMPC-cb090da62bf3dca54beafeb8620fb17415849824.tar.gz
ChangeLogTag: Mon Sep 13 21:51:32 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 73324b8a..062314c8 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -70,8 +70,9 @@
<DebugSymbols><%if(optimize)%>false<%else%>true<%endif%></DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
+<%if(DisableSpecificWarnings)%>
+ <NoWarn><%foreach(DisableSpecificWarnings)%><%DisableSpecificWarning%><%fornotlast(";")%><%endfor%></NoWarn>
+<%endif%>
<Optimize><%if(optimize)%>true<%else%>false<%endif%></Optimize>
<RegisterForComInterop><%RegisterForComInterop("false")%></RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>