Cleaned up warnings

This commit is contained in:
Eric Fontana
2014-08-08 14:44:48 -04:00
parent 44f18860ea
commit ad5e24191b

View File

@@ -37,7 +37,7 @@ namespace TimberWinR.UnitTests
Configuration c = Configuration.FromString(grokJson);
Assert.IsTrue(false, "Should have thrown an exception");
}
catch (TimberWinR.Parser.Grok.GrokFilterException ex)
catch (TimberWinR.Parser.Grok.GrokFilterException)
{
}
}
@@ -67,7 +67,7 @@ namespace TimberWinR.UnitTests
Configuration c = Configuration.FromString(grokJson);
Assert.IsTrue(false, "Should have thrown an exception");
}
catch (TimberWinR.Parser.Grok.GrokAddTagException ex)
catch (TimberWinR.Parser.Grok.GrokAddTagException)
{
}
}