Add default cases for all switch statements
authorBenjamin Otte <otte@gnome.org>
Thu, 17 Sep 2009 11:19:04 +0000 (13:19 +0200)
committerBenjamin Otte <otte@gnome.org>
Mon, 19 Oct 2009 22:40:40 +0000 (00:40 +0200)
commitfa49ef81f7b39d32b626ed235958448835e2d2c2
treeb8f918908e9d371184a900c3b9e7fd0feaa31d89
parent5c3ef4e9798f3395c55fe7b57df32f77c0de2c71
Add default cases for all switch statements

Fixes compilation with -Wswitch-default. Compilation with -Wswitch-enums
works fine as is.
pixman/pixman-bits-image.c
pixman/pixman-edge.c
pixman/pixman-image.c
test/composite.c
test/scaling-test.c