fix compiler warning

This commit is contained in:
wmayer
2017-08-12 17:26:11 +02:00
parent 8eafaba8cb
commit e77f8d2822

View File

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