Skip to content

Commit

Permalink
[MSBuild.Task] Removing annoying compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
  • Loading branch information
Sectoid committed Mar 14, 2012
1 parent ac9a06d commit db1d4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/msbuild-task/MSBuildTask.cs
Expand Up @@ -357,6 +357,7 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport
var _ = try_report("error:", log_error) || try_report("warning:", log_warning)
|| try_report("debug:", log_error) || try_report("hint:", log_warning)
|| Log.LogMessageFromText(singleLine, MessageImportance.High);
_ = _; // -- warning CS0219... -- Shut up, bitch!!
}

protected override string GetResponseFileSwitch(string responseFilePath)
Expand Down

0 comments on commit db1d4bd

Please sign in to comment.