mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
monitor-manager: Shut up a compiler warning
Add a default switch statement to make it clear that 'transform' won't be used uninitialized.
This commit is contained in:
parent
c614a2db28
commit
8b5d34b24a
@ -654,6 +654,7 @@ orientation_changed (MetaOrientationManager *orientation_manager,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case META_ORIENTATION_UNDEFINED:
|
case META_ORIENTATION_UNDEFINED:
|
||||||
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user