englebass pushed a commit to branch master. http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=ba26c1ec5f36372dd551a878653fec2c6513c9c4
commit ba26c1ec5f36372dd551a878653fec2c6513c9c4 Author: Sebastian Dransfeld <[email protected]> Date: Tue Oct 28 10:08:58 2014 +0100 xcf: Add comment for fall through Coverity likes a fall through comment if we really mean it. Fixes CID 63744 --- src/bin/xcf/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/xcf/main.c b/src/bin/xcf/main.c index dca44d0..70ade8c 100644 --- a/src/bin/xcf/main.c +++ b/src/bin/xcf/main.c @@ -1537,6 +1537,7 @@ flatten_image(void) case ERASE_MODE: case ANTI_ERASE_MODE: D("EEEEEK -- this mode shouldn't be here\n"); + /* Fall through */ case NORMAL_MODE: D("NORMAL\n"); --
