Fix some GCC 7 warnings:
* dynamic exception specifications are deprecated [-Wdeprecated] * this statement may fall through [-Wimplicit-fallthrough=]
This commit is contained in:
committed by
wmayer
parent
7812099f33
commit
dee8769d0e
@@ -581,6 +581,7 @@ SbBool GestureNavigationStyle::processSoEvent(const SoEvent * const ev)
|
||||
}
|
||||
}
|
||||
} ; //not end of SEEK_WAIT_MODE. Fall through by design!!!
|
||||
/* FALLTHRU */
|
||||
case NavigationStyle::SPINNING:
|
||||
case NavigationStyle::SEEK_MODE: {
|
||||
//animation modes
|
||||
|
||||
Reference in New Issue
Block a user