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 + + + + + + + + + + + + +