diff options
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp index f2d6266..d93b38d 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -62,7 +62,7 @@ inline bool test_xpath_fail_compile(const char* query) pugi::xpath_query q(query);
return false;
}
- catch (const pugi::xpath_exception& e)
+ catch (const pugi::xpath_exception&)
{
return true;
}
|