diff --git a/src/gallium/auxiliary/util/u_format.c b/src/gallium/auxiliary/util/u_format.c index 663325764ea..c50c807eb89 100644 --- a/src/gallium/auxiliary/util/u_format.c +++ b/src/gallium/auxiliary/util/u_format.c @@ -149,6 +149,7 @@ util_format_fits_8unorm(const struct util_format_description *format_desc) format_desc->channel[chan].size > 8) { return FALSE; } + break; default: return FALSE; }