mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
removed unused param
This commit is contained in:
parent
83602c0417
commit
146698bcde
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public:
|
|||
parser.compile(SA::construct_from_utf8("one/two/three[string($a,$b)]"));
|
||||
assert(false);
|
||||
}
|
||||
catch(std::exception& e) {
|
||||
catch(std::exception&) {
|
||||
// we expect this to throw
|
||||
}
|
||||
} // test18a
|
||||
|
|
Loading…
Reference in a new issue