aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2018-08-28 17:14:27 -0400
committerBob Arnson <bob@joyofsetup.com>2018-08-28 17:14:27 -0400
commit8a20ec988b05b9fe6312bf3d39098a00c6b46ef1 (patch)
treed6ce53aa962bc39887d37a1dec1c93f4f9829da1 /src/WixToolset.BuildTasks
parent31f384f1629da03582dcfd8248ab435959cd1e0d (diff)
downloadwix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.tar.gz
wix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.tar.bz2
wix-8a20ec988b05b9fe6312bf3d39098a00c6b46ef1.zip
Support warning suppression.
Diffstat (limited to 'src/WixToolset.BuildTasks')
-rw-r--r--src/WixToolset.BuildTasks/DoIt.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/DoIt.cs b/src/WixToolset.BuildTasks/DoIt.cs
index 01938ed6..0c8d261c 100644
--- a/src/WixToolset.BuildTasks/DoIt.cs
+++ b/src/WixToolset.BuildTasks/DoIt.cs
@@ -145,6 +145,7 @@ namespace WixToolset.BuildTasks
145 commandLineBuilder.AppendExtensions(this.Extensions, this.ExtensionDirectory, this.ReferencePaths); 145 commandLineBuilder.AppendExtensions(this.Extensions, this.ExtensionDirectory, this.ReferencePaths);
146 commandLineBuilder.AppendIfTrue("-sval", this.SuppressValidation); 146 commandLineBuilder.AppendIfTrue("-sval", this.SuppressValidation);
147 commandLineBuilder.AppendArrayIfNotNull("-sice ", this.SuppressIces); 147 commandLineBuilder.AppendArrayIfNotNull("-sice ", this.SuppressIces);
148 commandLineBuilder.AppendArrayIfNotNull("-sw ", this.SuppressSpecificWarnings);
148 commandLineBuilder.AppendSwitchIfNotNull("-usf ", this.UnreferencedSymbolsFile); 149 commandLineBuilder.AppendSwitchIfNotNull("-usf ", this.UnreferencedSymbolsFile);
149 commandLineBuilder.AppendSwitchIfNotNull("-cc ", this.CabinetCachePath); 150 commandLineBuilder.AppendSwitchIfNotNull("-cc ", this.CabinetCachePath);
150 commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); 151 commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory);