swrast: Fix some static analysis warnings
authorChad Versace <chad.versace@linux.intel.com>
Mon, 28 Nov 2011 19:45:03 +0000 (11:45 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 29 Nov 2011 18:36:15 +0000 (10:36 -0800)
commit03bbcd447cbaa28b52465ae1045013f1aff420c2
tree55717c4d8a8d938afb057ab7d96ee388a3fb723b
parent10b07665be5cff9fa9f03b0f7db459f3b380570d
swrast: Fix some static analysis warnings

To each switch statement in s_texfilter.c, add a break statement to the
default case.

Eliminates the Eclipse static analysis warning: No break at the end of
this case.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/swrast/s_texfilter.c