fix compiler warning

This commit is contained in:
wmayer
2017-08-12 17:26:11 +02:00
parent a54b80ba6e
commit 371cb0fa2a

View File

@@ -186,7 +186,7 @@ bool Revolution::suggestReversed(void)
{
try {
updateAxis();
} catch (const Base::Exception& e) {
} catch (const Base::Exception&) {
return false;
}