From 1d3f3b0712a010b5e5836e5e0d703e82674dea05 Mon Sep 17 00:00:00 2001 From: VioletGiraffe Date: Thu, 24 Mar 2016 15:23:08 +0200 Subject: [PATCH] 1.3.3 - release that presumably fixes #142 --- CPPCheckPlugin/ICodeAnalyzer.cs | 2 +- CPPCheckPlugin/source.extension.vsixmanifest | 36 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CPPCheckPlugin/ICodeAnalyzer.cs b/CPPCheckPlugin/ICodeAnalyzer.cs index b527430..d1f4e4e 100644 --- a/CPPCheckPlugin/ICodeAnalyzer.cs +++ b/CPPCheckPlugin/ICodeAnalyzer.cs @@ -215,7 +215,7 @@ private void startAnalyzerProcess(string analyzerExePath, string arguments) { process.PriorityClass = ProcessPriorityClass.Idle; } - catch (System.InvalidOperationException ex) + catch (System.InvalidOperationException) { } diff --git a/CPPCheckPlugin/source.extension.vsixmanifest b/CPPCheckPlugin/source.extension.vsixmanifest index 7c7c88f..37de478 100644 --- a/CPPCheckPlugin/source.extension.vsixmanifest +++ b/CPPCheckPlugin/source.extension.vsixmanifest @@ -1,21 +1,21 @@  - - - cppcheck add-in - Integration for cppcheck - C/C++ code static analysis tool - PackageInstallerLicense.txt - - - - - - - - - - - - - + + + cppcheck add-in + Integration for cppcheck - C/C++ code static analysis tool + PackageInstallerLicense.txt + + + + + + + + + + + + +