gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_printf.c
index e4fa2c264c3f24a9dc4b32901caceff8be6a685d..153ba5b15b17656b3b3be65ce43c2b73f4cf38a6 100644 (file)
@@ -54,6 +54,7 @@ lp_get_printf_arg_count(const char *fmt)
               p += 3;
                continue;
            }
+           /* fallthrough */
         default:
            count ++;
       }