From 8a20ec988b05b9fe6312bf3d39098a00c6b46ef1 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 28 Aug 2018 17:14:27 -0400 Subject: Support warning suppression. --- src/WixToolset.BuildTasks/DoIt.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.BuildTasks') 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 commandLineBuilder.AppendExtensions(this.Extensions, this.ExtensionDirectory, this.ReferencePaths); commandLineBuilder.AppendIfTrue("-sval", this.SuppressValidation); commandLineBuilder.AppendArrayIfNotNull("-sice ", this.SuppressIces); + commandLineBuilder.AppendArrayIfNotNull("-sw ", this.SuppressSpecificWarnings); commandLineBuilder.AppendSwitchIfNotNull("-usf ", this.UnreferencedSymbolsFile); commandLineBuilder.AppendSwitchIfNotNull("-cc ", this.CabinetCachePath); commandLineBuilder.AppendSwitchIfNotNull("-intermediatefolder ", this.IntermediateDirectory); -- cgit v1.2.3-55-g6feb