commit | 4a86a0a57b245a2f288559b810ad7b156bb4ff66 | [log] [tgz] |
---|---|---|
author | Philip Withnall <philip.withnall@collabora.co.uk> | Mon Nov 25 18:01:32 2013 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Dec 02 11:44:49 2013 -0800 |
tree | 0f0a7dd7fee9482f096f663e75ec29c1ff93f448 | |
parent | 0f640e219cbf5cc0ca8ff5b3fb51437ace6f5cb0 [diff] |
shell: Add missing cases to switch statements for animations and fading This fixes two GCC warnings when compiling with -Wswitch-enum -Wswitch-default, and makes it clearer that those cases have been thought about explicitly when writing the code, rather than just being forgotten.