st-scroll-view: Fix build with -Werror=maybe-uninitialized
This commit is contained in:
parent
5d6b3abd26
commit
52536e94e5
@ -682,6 +682,7 @@ adjust_with_direction (StAdjustment *adj,
|
||||
delta = 1.0;
|
||||
break;
|
||||
case CLUTTER_SCROLL_SMOOTH:
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user