==>(B Erstelle Paket: lib32-mesa-full-intel-amd 20.1.branchpoint.r2727.g645ee25e1cd-1 (Tue 07 Jul 2020 11:57:23 PM CEST)(B ==>(B Prüfe Laufzeit-Abhängigkeiten...(B ==>(B Prüfe Buildtime-Abhängigkeiten...(B ==>(B Empfange Quellen...(B  ->(B Aktualisiere das mesa git Repo...(B Fordere an von fork Fordere an von origin  ->(B llvm32.native gefunden(B ==>(B Überprüfe source Dateien mit md5sums...(B ==>(B Entpacke Quellen...(B  ->(B Erstelle Arbeitskopie des mesa git Repos...(B ==>(B Beginne prepare()...(B Directory already configured. Just run your build command (e.g. ninja) and Meson will regenerate as necessary. If ninja fails, run "ninja reconfigure" or "meson --reconfigure" to force Meson to regenerate. If build failures persist, run "meson setup --wipe" to rebuild from scratch using the same options as passed when configuring the build. To change option values, run "meson configure" instead. ==>(B Beginne pkgver()...(B ==>(B Beginne build()...(B ninja: Entering directory `build' [1/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/bitscan.c.o' [2/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/crc32.c.o' [3/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/anon_file.c.o' [4/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/double.c.o' [5/1382] Generating git_sha1.h with a custom command [6/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/build_id.c.o' [7/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/rand_xor.c.o' [8/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/mesa-sha1.c.o' [9/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/os_misc.c.o' [10/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/os_socket.c.o' [11/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_process.c.o' [12/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/debug.c.o' [13/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/dag.c.o' [14/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/os_file.c.o' [15/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/os_time.c.o' [16/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/fast_idiv_by_const.c.o' [17/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_atomic.c.o' [18/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/half_float.c.o' [19/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/strtod.c.o' [20/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/slab.c.o' [21/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/string_buffer.c.o' [22/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_mm.c.o' [23/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_etc.c.o' [24/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/blob.c.o' [25/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/rb_tree.c.o' [26/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_debug_memory.c.o' [27/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_latc.c.o' [28/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_debug.c.o' [29/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_vector.c.o' [30/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/set.c.o' [31/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/sparse_array.c.o' [32/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_other.c.o' [33/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/disk_cache.c.o' ../src/util/disk_cache.c:706:7: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(cache->size, - (uint64_t)sb.st_blocks * 512); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/util/disk_cache.c:1052:4: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(dc_job->cache->size, sb.st_blocks * 512); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/util/disk_cache.c:662:7: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(cache->size, - (uint64_t)size); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/util/disk_cache.c:684:7: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(cache->size, - (uint64_t)size); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ 4 warnings generated. [34/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_cpu_detect.c.o' [35/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_math.c.o' [36/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format.c.o' [37/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/u_queue.c.o' [38/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/vma.c.o' [39/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/hash_table.c.o' In file included from ../src/util/hash_table.c:55: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [40/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_tests.c.o' [41/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/ralloc.c.o' [42/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/sha1_sha1.c.o' [43/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_yuv.c.o' [44/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/rgtc.c.o' [45/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_rgtc.c.o' [46/1382] Generating spirv_info.c with a custom command [47/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/softfloat.c.o' [48/1382] Generating u_format_table.c with a meson_exe.py custom command [49/1382] Generating vtn_gather_types.c with a custom command [50/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_zs.c.o' [51/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/register_allocate.c.o' In file included from ../src/util/register_allocate.c:78: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [52/1382] Generating glcpp-lex.c with a custom command [53/1382] Generating nir_intrinsic.c with a custom command [54/1382] Generating nir_intrinsics.h with a custom command [55/1382] Generating glsl_lexer_cpp with a custom command [56/1382] Generating float64_glsl.h with a custom command [57/1382] Generating glcpp-parse.[ch] with a custom command [58/1382] Compiling C object 'src/util/ed6d25d@@xmlconfig@sta/xmlconfig.c.o' [59/1382] Linking static target src/util/libxmlconfig.a [60/1382] Generating ir_expression_operation.h with a meson_exe.py custom command [61/1382] Generating nir_opcodes.c with a meson_exe.py custom command [62/1382] Generating enums.c with a meson_exe.py custom command [63/1382] Compiling C object 'src/compiler/0bd8b88@@compiler@sta/shader_enums.c.o' [64/1382] Generating nir_builder_opcodes.h with a meson_exe.py custom command [65/1382] Generating nir_opcodes.h with a meson_exe.py custom command [66/1382] Generating ir_expression_operation_constant.h with a meson_exe.py custom command [67/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_bptc.c.o' In file included from ../src/util/format/u_format_bptc.c:32: In file included from ../src/util/format/../../mesa/main/texcompress_bptc_tmp.h:33: ../src/util/format/../../mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/util/format/../../mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/util/format/../../mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/util/format/../../mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/util/format/../../mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/util/format/../../mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [68/1382] Generating nir_constant_expressions.c with a meson_exe.py custom command [69/1382] Generating glsl_parser with a custom command [70/1382] Compiling C object 'src/compiler/glsl/glcpp/21ba2fb@@glcpp@sta/pp.c.o' In file included from ../src/compiler/glsl/glcpp/pp.c:28: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [71/1382] Generating api_exec.c with a meson_exe.py custom command [72/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/u_format_s3tc.c.o' [73/1382] Generating marshal_generated2.c with a meson_exe.py custom command [74/1382] Generating ir_expression_operation_strings.h with a meson_exe.py custom command [75/1382] Generating marshal_generated0.c with a meson_exe.py custom command [76/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._.._spirv_spirv_info.c.o' [77/1382] Generating marshal_generated3.c with a meson_exe.py custom command [78/1382] Generating indirect.h with a meson_exe.py custom command [79/1382] Generating marshal_generated1.c with a meson_exe.py custom command [80/1382] Generating marshal_generated7.c with a meson_exe.py custom command [81/1382] Generating marshal_generated5.c with a meson_exe.py custom command [82/1382] Generating indirect.c with a meson_exe.py custom command [83/1382] Generating marshal_generated6.c with a meson_exe.py custom command [84/1382] Compiling C++ object 'src/compiler/0bd8b88@@compiler@sta/nir_types.cpp.o' [85/1382] Generating glapi_mapi_tmp.h with a meson_exe.py custom command [86/1382] Generating marshal_generated4.c with a meson_exe.py custom command [87/1382] Generating indirect_size.c with a meson_exe.py custom command [88/1382] Generating shared_glapi_mapi_tmp.h with a meson_exe.py custom command [89/1382] Generating indirect_size.h with a meson_exe.py custom command [90/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._nir_opcodes.c.o' In file included from src/compiler/nir/nir_opcodes.c:2: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [91/1382] Compiling C object 'src/mapi/glapi/64e7e5d@@glapi_static@sta/.._entry.c.o' [92/1382] Generating indirect_init.c with a meson_exe.py custom command [93/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._mapi_glapi.c.o' [94/1382] Linking static target src/mapi/glapi/libglapi_static.a [95/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._nir_intrinsics.c.o' In file included from src/compiler/nir/nir_intrinsics.c:23: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [96/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._u_current.c.o' [97/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._u_execmem.c.o' [98/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._.._spirv_vtn_gather_types.c.o' In file included from src/compiler/spirv/vtn_gather_types.c:28: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [99/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._stub.c.o' [100/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_find_array_copies.c.o' In file included from ../src/compiler/nir/nir_opt_find_array_copies.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [101/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_gather_xfb_info.c.o' In file included from ../src/compiler/nir/nir_gather_xfb_info.c:24: In file included from ../src/compiler/nir/nir_xfb_info.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [102/1382] Compiling C object 'src/compiler/glsl/glcpp/21ba2fb@@glcpp@sta/meson-generated_.._glcpp-parse.c.o' In file included from ../src/compiler/glsl/glcpp/glcpp-parse.y:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [103/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_dominance.c.o' In file included from ../src/compiler/nir/nir_dominance.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [104/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._entry.c.o' [105/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_clone.c.o' In file included from ../src/compiler/nir/nir_clone.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [106/1382] Compiling C object 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/.._table.c.o' [107/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_inline_functions.c.o' In file included from ../src/compiler/nir/nir_inline_functions.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [108/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_convert_ycbcr.c.o' In file included from ../src/compiler/nir/nir_convert_ycbcr.c:24: In file included from ../src/compiler/nir/nir_vulkan.h:3: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [109/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_divergence_analysis.c.o' In file included from ../src/compiler/nir/nir_divergence_analysis.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_divergence_analysis.c:231:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_intrinsic_inclusive_scan: { ^ ../src/compiler/nir/nir_divergence_analysis.c:231:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_intrinsic_inclusive_scan: { ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_divergence_analysis.c:231:4: note: insert 'break;' to avoid fall-through case nir_intrinsic_inclusive_scan: { ^ break; ../src/compiler/nir/nir_divergence_analysis.c:564:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_deref_type_struct: ^ ../src/compiler/nir/nir_divergence_analysis.c:564:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_deref_type_struct: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_divergence_analysis.c:564:4: note: insert 'break;' to avoid fall-through case nir_deref_type_struct: ^ break; 38 warnings generated. [110/1382] Linking target src/mapi/shared-glapi/libglapi.so.0.0.0 [111/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_builtin_builder.c.o' In file included from ../src/compiler/nir/nir_builtin_builder.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [112/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_gather_info.c.o' In file included from ../src/compiler/nir/nir_gather_info.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_gather_info.c:305:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_intrinsic_discard: ^ ../src/compiler/nir/nir_gather_info.c:305:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_intrinsic_discard: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_gather_info.c:305:4: note: insert 'break;' to avoid fall-through case nir_intrinsic_discard: ^ break; ../src/compiler/nir/nir_gather_info.c:391:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_intrinsic_emit_vertex: ^ ../src/compiler/nir/nir_gather_info.c:391:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_intrinsic_emit_vertex: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_gather_info.c:391:4: note: insert 'break;' to avoid fall-through case nir_intrinsic_emit_vertex: ^ break; ../src/compiler/nir/nir_gather_info.c:555:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_op_fddx_fine: ^ ../src/compiler/nir/nir_gather_info.c:555:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_op_fddx_fine: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_gather_info.c:555:4: note: insert 'break;' to avoid fall-through case nir_op_fddx_fine: ^ break; 39 warnings generated. [113/1382] Compiling C object 'src/compiler/glsl/glcpp/21ba2fb@@glcpp@sta/meson-generated_.._glcpp-lex.c.o' [114/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_gs_count_vertices.c.o' In file included from ../src/compiler/nir/nir_gs_count_vertices.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [115/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_control_flow.c.o' In file included from ../src/compiler/nir/nir_control_flow.c:28: In file included from ../src/compiler/nir/nir_control_flow_private.h:31: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [116/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_amul.c.o' In file included from ../src/compiler/nir/nir_lower_amul.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [117/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_from_ssa.c.o' In file included from ../src/compiler/nir/nir_from_ssa.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [118/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_deref.c.o' In file included from ../src/compiler/nir/nir_deref.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [119/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_gather_ssa_types.c.o' In file included from ../src/compiler/nir/nir_gather_ssa_types.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [120/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_liveness.c.o' In file included from ../src/compiler/nir/nir_liveness.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [121/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_instr_set.c.o' In file included from ../src/compiler/nir/nir_instr_set.c:24: In file included from ../src/compiler/nir/nir_instr_set.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [122/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_bool_to_int32.c.o' In file included from ../src/compiler/nir/nir_lower_bool_to_int32.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [123/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_atomics_to_ssbo.c.o' In file included from ../src/compiler/nir/nir_lower_atomics_to_ssbo.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [124/1382] Compiling C++ object 'src/compiler/0bd8b88@@compiler@sta/glsl_types.cpp.o' [125/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_bitmap.c.o' In file included from ../src/compiler/nir/nir_lower_bitmap.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [126/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_alpha_test.c.o' In file included from ../src/compiler/nir/nir_lower_alpha_test.c:35: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [127/1382] Linking static target src/compiler/libcompiler.a [128/1382] Generating symbol file 'src/mapi/shared-glapi/e4b98b6@@glapi@sha/libglapi.so.0.0.0.symbols' [129/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_linking_helpers.c.o' In file included from ../src/compiler/nir/nir_linking_helpers.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [130/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_array_deref_of_vec.c.o' In file included from ../src/compiler/nir/nir_lower_array_deref_of_vec.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [131/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_alu.c.o' In file included from ../src/compiler/nir/nir_lower_alu.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [132/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_opencl.c.o' In file included from ../src/compiler/spirv/vtn_opencl.c:28: In file included from ../src/compiler/nir/nir_builtin_builder.h:28: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [133/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_discard_to_demote.c.o' In file included from ../src/compiler/nir/nir_lower_discard_to_demote.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [134/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_glsl450.c.o' In file included from ../src/compiler/spirv/vtn_glsl450.c:30: In file included from ../src/compiler/nir/nir_builtin_builder.h:28: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [135/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_bool_to_float.c.o' In file included from ../src/compiler/nir/nir_lower_bool_to_float.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [136/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_bool_to_bitsize.c.o' In file included from ../src/compiler/nir/nir_lower_bool_to_bitsize.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_lower_bool_to_bitsize.c:116:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_op_ball_fequal2: ^ ../src/compiler/nir/nir_lower_bool_to_bitsize.c:116:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_op_ball_fequal2: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_lower_bool_to_bitsize.c:116:4: note: insert 'break;' to avoid fall-through case nir_op_ball_fequal2: ^ break; 37 warnings generated. [137/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_alu_to_scalar.c.o' In file included from ../src/compiler/nir/nir_lower_alu_to_scalar.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [138/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_clip_cull_distance_arrays.c.o' In file included from ../src/compiler/nir/nir_lower_clip_cull_distance_arrays.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [139/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_variable_initializers.c.o' In file included from ../src/compiler/nir/nir_lower_variable_initializers.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [140/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_flatshade.c.o' In file included from ../src/compiler/nir/nir_lower_flatshade.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [141/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_clip_disable.c.o' In file included from ../src/compiler/nir/nir_lower_clip_disable.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [142/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_clip_halfz.c.o' In file included from ../src/compiler/nir/nir_lower_clip_halfz.c:24: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [143/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_clamp_color_outputs.c.o' In file included from ../src/compiler/nir/nir_lower_clamp_color_outputs.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [144/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_fb_read.c.o' In file included from ../src/compiler/nir/nir_lower_fb_read.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [145/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_fragcoord_wtrans.c.o' In file included from ../src/compiler/nir/nir_lower_fragcoord_wtrans.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [146/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_loop_analyze.c.o' In file included from ../src/compiler/nir/nir_loop_analyze.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [147/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_clip.c.o' In file included from ../src/compiler/nir/nir_lower_clip.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [148/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_global_vars_to_local.c.o' In file included from ../src/compiler/nir/nir_lower_global_vars_to_local.c:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [149/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_load_const_to_scalar.c.o' In file included from ../src/compiler/nir/nir_lower_load_const_to_scalar.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [150/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_frexp.c.o' In file included from ../src/compiler/nir/nir_lower_frexp.c:29: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [151/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir.c.o' In file included from ../src/compiler/nir/nir.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir.c:1615:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_cf_node_loop: ^ ../src/compiler/nir/nir.c:1615:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_cf_node_loop: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir.c:1615:4: note: insert 'break;' to avoid fall-through case nir_cf_node_loop: ^ break; ../src/compiler/nir/nir.c:1651:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_cf_node_loop: ^ ../src/compiler/nir/nir.c:1651:4: note: insert '__attribute__((fallthrough));' to silence this warning case nir_cf_node_loop: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir.c:1651:4: note: insert 'break;' to avoid fall-through case nir_cf_node_loop: ^ break; 38 warnings generated. [152/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_flrp.c.o' In file included from ../src/compiler/nir/nir_lower_flrp.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [153/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_locals_to_regs.c.o' In file included from ../src/compiler/nir/nir_lower_locals_to_regs.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [154/1382] Generating nir_opt_algebraic.c with a meson_exe.py custom command [155/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_drawpixels.c.o' In file included from ../src/compiler/nir/nir_lower_drawpixels.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [156/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_int_to_float.c.o' In file included from ../src/compiler/nir/nir_lower_int_to_float.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [157/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_double_ops.c.o' In file included from ../src/compiler/nir/nir_lower_double_ops.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [158/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_gs_intrinsics.c.o' In file included from ../src/compiler/nir/nir_lower_gs_intrinsics.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [159/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_mediump_outputs.c.o' In file included from ../src/compiler/nir/nir_lower_mediump_outputs.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [160/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_idiv.c.o' In file included from ../src/compiler/nir/nir_lower_idiv.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [161/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_indirect_derefs.c.o' In file included from ../src/compiler/nir/nir_lower_indirect_derefs.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [162/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_interpolation.c.o' In file included from ../src/compiler/nir/nir_lower_interpolation.c:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [163/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_input_attachments.c.o' In file included from ../src/compiler/nir/nir_lower_input_attachments.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [164/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_phis_to_scalar.c.o' In file included from ../src/compiler/nir/nir_lower_phis_to_scalar.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_lower_phis_to_scalar.c:114:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/compiler/nir/nir_lower_phis_to_scalar.c:114:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_lower_phis_to_scalar.c:114:4: note: insert 'break;' to avoid fall-through default: ^ break; 37 warnings generated. [165/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_io_arrays_to_elements.c.o' In file included from ../src/compiler/nir/nir_lower_io_arrays_to_elements.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [166/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_int64.c.o' In file included from ../src/compiler/nir/nir_lower_int64.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [167/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_non_uniform_access.c.o' In file included from ../src/compiler/nir/nir_lower_non_uniform_access.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [168/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_regs_to_ssa.c.o' In file included from ../src/compiler/nir/nir_lower_regs_to_ssa.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [169/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_returns.c.o' In file included from ../src/compiler/nir/nir_lower_returns.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [170/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_samplers.c.o' In file included from ../src/compiler/nir/nir_lower_samplers.c:26: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [171/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_patch_vertices.c.o' In file included from ../src/compiler/nir/nir_lower_patch_vertices.c:24: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [172/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_io_to_scalar.c.o' In file included from ../src/compiler/nir/nir_lower_io_to_scalar.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [173/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_packing.c.o' In file included from ../src/compiler/nir/nir_lower_packing.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [174/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_passthrough_edgeflags.c.o' In file included from ../src/compiler/nir/nir_lower_passthrough_edgeflags.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [175/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_point_size.c.o' In file included from ../src/compiler/nir/nir_lower_point_size.c:24: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [176/1382] Generating format_srgb with a meson_exe.py custom command [177/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_io_to_temporaries.c.o' In file included from ../src/compiler/nir/nir_lower_io_to_temporaries.c:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [178/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_point_size_mov.c.o' In file included from ../src/compiler/nir/nir_lower_point_size_mov.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [179/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_to_source_mods.c.o' In file included from ../src/compiler/nir/nir_lower_to_source_mods.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [180/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_io_to_vector.c.o' In file included from ../src/compiler/nir/nir_lower_io_to_vector.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [181/1382] Compiling C object 'src/util/ed6d25d@@mesa_util@sta/meson-generated_.._format_srgb.c.o' [182/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_scratch.c.o' In file included from ../src/compiler/nir/nir_lower_scratch.c:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [183/1382] Linking static target src/util/libmesa_util.a [184/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_ssbo.c.o' In file included from ../src/compiler/nir/nir_lower_ssbo.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [185/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_vec_to_movs.c.o' In file included from ../src/compiler/nir/nir_lower_vec_to_movs.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [186/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_two_sided_color.c.o' In file included from ../src/compiler/nir/nir_lower_two_sided_color.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [187/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_metadata.c.o' In file included from ../src/compiler/nir/nir_metadata.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [188/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_system_values.c.o' In file included from ../src/compiler/nir/nir_lower_system_values.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [189/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_wpos_center.c.o' In file included from ../src/compiler/nir/nir_lower_wpos_center.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [190/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_viewport_transform.c.o' In file included from ../src/compiler/nir/nir_lower_viewport_transform.c:40: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [191/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_barriers.c.o' In file included from ../src/compiler/nir/nir_opt_barriers.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [192/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_var_copies.c.o' In file included from ../src/compiler/nir/nir_lower_var_copies.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [193/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_bit_size.c.o' In file included from ../src/compiler/nir/nir_lower_bit_size.c:24: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [194/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_uniforms_to_ubo.c.o' In file included from ../src/compiler/nir/nir_lower_uniforms_to_ubo.c:38: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [195/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_move_vec_src_uses_to_dest.c.o' In file included from ../src/compiler/nir/nir_move_vec_src_uses_to_dest.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [196/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_access.c.o' In file included from ../src/compiler/nir/nir_opt_access.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [197/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_conditional_discard.c.o' In file included from ../src/compiler/nir/nir_opt_conditional_discard.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [198/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_constant_folding.c.o' In file included from ../src/compiler/nir/nir_opt_constant_folding.c:28: In file included from ../src/compiler/nir/nir_constant_expressions.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [199/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_dce.c.o' In file included from ../src/compiler/nir/nir_opt_dce.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [200/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_subgroups.c.o' In file included from ../src/compiler/nir/nir_lower_subgroups.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [201/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_vars_to_ssa.c.o' In file included from ../src/compiler/nir/nir_lower_vars_to_ssa.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [202/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_comparison_pre.c.o' In file included from ../src/compiler/nir/nir_opt_comparison_pre.c:24: In file included from ../src/compiler/nir/nir_instr_set.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [203/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_dead_cf.c.o' In file included from ../src/compiler/nir/nir_opt_dead_cf.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [204/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_wpos_ytransform.c.o' In file included from ../src/compiler/nir/nir_lower_wpos_ytransform.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [205/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_move.c.o' In file included from ../src/compiler/nir/nir_opt_move.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [206/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_cse.c.o' In file included from ../src/compiler/nir/nir_opt_cse.c:29: In file included from ../src/compiler/nir/nir_instr_set.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [207/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_wrmasks.c.o' In file included from ../src/compiler/nir/nir_lower_wrmasks.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [208/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_normalize_cubemap_coords.c.o' In file included from ../src/compiler/nir/nir_normalize_cubemap_coords.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [209/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_dead_write_vars.c.o' In file included from ../src/compiler/nir/nir_opt_dead_write_vars.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [210/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_gcm.c.o' In file included from ../src/compiler/nir/nir_opt_gcm.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_opt_gcm.c:211:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/compiler/nir/nir_opt_gcm.c:211:13: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_opt_gcm.c:211:13: note: insert 'break;' to avoid fall-through default: ^ break; 37 warnings generated. [211/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_peephole_select.c.o' In file included from ../src/compiler/nir/nir_opt_peephole_select.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [212/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_copy_propagate.c.o' In file included from ../src/compiler/nir/nir_opt_copy_propagate.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [213/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_rematerialize_compares.c.o' In file included from ../src/compiler/nir/nir_opt_rematerialize_compares.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [214/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_trivial_continues.c.o' In file included from ../src/compiler/nir/nir_opt_trivial_continues.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [215/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_combine_stores.c.o' In file included from ../src/compiler/nir/nir_opt_combine_stores.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [216/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_intrinsics.c.o' In file included from ../src/compiler/nir/nir_opt_intrinsics.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [217/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_remove_phis.c.o' In file included from ../src/compiler/nir/nir_opt_remove_phis.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [218/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_phi_builder.c.o' In file included from ../src/compiler/nir/nir_phi_builder.c:24: In file included from ../src/compiler/nir/nir_phi_builder.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [219/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_idiv_const.c.o' In file included from ../src/compiler/nir/nir_opt_idiv_const.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [220/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_undef.c.o' In file included from ../src/compiler/nir/nir_opt_undef.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [221/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_large_constants.c.o' In file included from ../src/compiler/nir/nir_opt_large_constants.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [222/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_sink.c.o' In file included from ../src/compiler/nir/nir_opt_sink.c:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [223/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_repair_ssa.c.o' In file included from ../src/compiler/nir/nir_repair_ssa.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [224/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_shrink_load.c.o' In file included from ../src/compiler/nir/nir_opt_shrink_load.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [225/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_copy_prop_vars.c.o' In file included from ../src/compiler/nir/nir_opt_copy_prop_vars.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [226/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_io.c.o' In file included from ../src/compiler/nir/nir_lower_io.c:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_lower_io.c:566:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/compiler/nir/nir_lower_io.c:566:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_lower_io.c:566:7: note: insert 'break;' to avoid fall-through default: ^ break; 37 warnings generated. [227/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/propagate_invariance.cpp.o' [228/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/s_expression.cpp.o' [229/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_vectorize.cpp.o' [230/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_vectorize.c.o' In file included from ../src/compiler/nir/nir_opt_vectorize.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [231/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_tree_grafting.cpp.o' [232/1382] Linking static target src/compiler/glsl/glcpp/libglcpp.a [233/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_loop_unroll.c.o' In file included from ../src/compiler/nir/nir_opt_loop_unroll.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [234/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_propagate_invariant.c.o' In file included from ../src/compiler/nir/nir_propagate_invariant.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_propagate_invariant.c:132:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_instr_type_deref: ^ ../src/compiler/nir/nir_propagate_invariant.c:132:4: note: insert 'break;' to avoid fall-through case nir_instr_type_deref: ^ break; 37 warnings generated. [235/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_lower_tex.c.o' In file included from ../src/compiler/nir/nir_lower_tex.c:38: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [236/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_range_analysis.c.o' In file included from ../src/compiler/nir/nir_range_analysis.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_range_analysis.c:864:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case gt_zero: ^ ../src/compiler/nir/nir_range_analysis.c:864:7: note: insert 'break;' to avoid fall-through case gt_zero: ^ break; 37 warnings generated. [237/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_remove_dead_variables.c.o' In file included from ../src/compiler/nir/nir_remove_dead_variables.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [238/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_schedule.c.o' In file included from ../src/compiler/nir/nir_schedule.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [239/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_sweep.c.o' In file included from ../src/compiler/nir/nir_sweep.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [240/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_search.c.o' In file included from ../src/compiler/nir/nir_search.c:29: In file included from ../src/compiler/nir/nir_search.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [241/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_validate.c.o' In file included from ../src/compiler/nir/nir_validate.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [242/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_worklist.c.o' In file included from ../src/compiler/nir/nir_worklist.c:28: In file included from ../src/compiler/nir/nir_worklist.h:32: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [243/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_if.c.o' In file included from ../src/compiler/nir/nir_opt_if.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [244/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_gl_spirv.c.o' In file included from ../src/compiler/spirv/gl_spirv.c:26: In file included from ../src/compiler/spirv/nir_spirv.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [245/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_split_per_member_structs.c.o' In file included from ../src/compiler/nir/nir_split_per_member_structs.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [246/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ast_expr.cpp.o' [247/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_split_var_copies.c.o' In file included from ../src/compiler/nir/nir_split_var_copies.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [248/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_to_lcssa.c.o' In file included from ../src/compiler/nir/nir_to_lcssa.c:40: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_to_lcssa.c:183:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/compiler/nir/nir_to_lcssa.c:183:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_to_lcssa.c:183:4: note: insert 'break;' to avoid fall-through default: ^ break; 37 warnings generated. [249/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_subgroup.c.o' In file included from ../src/compiler/spirv/vtn_subgroup.c:24: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/spirv/vtn_subgroup.c:92:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case SpvOpSubgroupBallotKHR: { ^ ../src/compiler/spirv/vtn_subgroup.c:92:4: note: insert '__attribute__((fallthrough));' to silence this warning case SpvOpSubgroupBallotKHR: { ^ __attribute__((fallthrough)); ../src/compiler/spirv/vtn_subgroup.c:92:4: note: insert 'break;' to avoid fall-through case SpvOpSubgroupBallotKHR: { ^ break; ../src/compiler/spirv/vtn_subgroup.c:181:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case SpvOpSubgroupFirstInvocationKHR: ^ ../src/compiler/spirv/vtn_subgroup.c:181:4: note: insert '__attribute__((fallthrough));' to silence this warning case SpvOpSubgroupFirstInvocationKHR: ^ __attribute__((fallthrough)); ../src/compiler/spirv/vtn_subgroup.c:181:4: note: insert 'break;' to avoid fall-through case SpvOpSubgroupFirstInvocationKHR: ^ break; ../src/compiler/spirv/vtn_subgroup.c:188:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case SpvOpSubgroupReadInvocationKHR: ^ ../src/compiler/spirv/vtn_subgroup.c:188:4: note: insert '__attribute__((fallthrough));' to silence this warning case SpvOpSubgroupReadInvocationKHR: ^ __attribute__((fallthrough)); ../src/compiler/spirv/vtn_subgroup.c:188:4: note: insert 'break;' to avoid fall-through case SpvOpSubgroupReadInvocationKHR: ^ break; 39 warnings generated. [250/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_print.c.o' In file included from ../src/compiler/nir/nir_print.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [251/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_amd.c.o' In file included from ../src/compiler/spirv/vtn_amd.c:26: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [252/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ast_array_index.cpp.o' [253/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_lower_samplers.c.o' In file included from ../src/compiler/glsl/gl_nir_lower_samplers.c:26: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [254/1382] Compiling C++ object 'src/imgui/ec8c751@@imgui_core@sta/imgui_widgets.cpp.o' [255/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_lower_atomics.c.o' In file included from ../src/compiler/glsl/gl_nir_lower_atomics.c:28: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_lower_atomics.c:33: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [256/1382] Compiling C++ object 'src/imgui/ec8c751@@imgui_core@sta/imgui_draw.cpp.o' [257/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._nir_opt_algebraic.c.o' In file included from src/compiler/nir/nir_opt_algebraic.c:2: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [258/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_function_can_inline.cpp.o' [259/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_lower_images.c.o' In file included from ../src/compiler/glsl/gl_nir_lower_images.c:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [260/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_expression_flattening.cpp.o' [261/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ast_type.cpp.o' [262/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_lower_samplers_as_deref.c.o' In file included from ../src/compiler/glsl/gl_nir_lower_samplers_as_deref.c:58: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_lower_samplers_as_deref.c:65: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [263/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_cfg.c.o' In file included from ../src/compiler/spirv/vtn_cfg.c:24: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/spirv/vtn_cfg.c:466:1: warning: unused function 'vtn_cf_node_find_if' [-Wunused-function] VTN_DECL_CF_NODE_FIND(if) ^ ../src/compiler/spirv/vtn_cfg.c:458:61: note: expanded from macro 'VTN_DECL_CF_NODE_FIND' static inline struct vtn_##_type * \ ^ :166:1: note: expanded from here vtn_cf_node_find_if ^ 37 warnings generated. [264/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_lower_buffers.c.o' In file included from ../src/compiler/glsl/gl_nir_lower_buffers.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_lower_buffers.c:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [265/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_link_atomics.c.o' In file included from ../src/compiler/glsl/gl_nir_link_atomics.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_link_atomics.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [266/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/glsl_symbol_table.cpp.o' [267/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/builtin_types.cpp.o' [268/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_clone.cpp.o' [269/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_split_vars.c.o' In file included from ../src/compiler/nir/nir_split_vars.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/nir/nir_split_vars.c:482:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_intrinsic_load_deref: ^ ../src/compiler/nir/nir_split_vars.c:482:10: note: insert '__attribute__((fallthrough));' to silence this warning case nir_intrinsic_load_deref: ^ __attribute__((fallthrough)); ../src/compiler/nir/nir_split_vars.c:482:10: note: insert 'break;' to avoid fall-through case nir_intrinsic_load_deref: ^ break; 37 warnings generated. [270/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_opt_load_store_vectorize.c.o' In file included from ../src/compiler/nir/nir_opt_load_store_vectorize.c:45: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [271/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_array_refcount.cpp.o' [272/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_link_xfb.c.o' In file included from ../src/compiler/glsl/gl_nir_link_xfb.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_link_xfb.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [273/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/hir_field_selection.cpp.o' [274/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_link_uniform_blocks.c.o' In file included from ../src/compiler/glsl/gl_nir_link_uniform_blocks.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_link_uniform_blocks.c:28: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [275/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_link_uniform_initializers.c.o' In file included from ../src/compiler/glsl/gl_nir_link_uniform_initializers.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_link_uniform_initializers.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [276/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/generate_ir.cpp.o' [277/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/nir_serialize.c.o' In file included from ../src/compiler/nir/nir_serialize.c:24: In file included from ../src/compiler/nir/nir_serialize.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [278/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_alu.c.o' In file included from ../src/compiler/spirv/vtn_alu.c:25: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [279/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_basic_block.cpp.o' [280/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_linker.c.o' In file included from ../src/compiler/glsl/gl_nir_linker.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_linker.c:28: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/compiler/glsl/gl_nir_linker.c:293:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: { ^ ../src/compiler/glsl/gl_nir_linker.c:293:4: note: insert '__attribute__((fallthrough));' to silence this warning default: { ^ __attribute__((fallthrough)); ../src/compiler/glsl/gl_nir_linker.c:293:4: note: insert 'break;' to avoid fall-through default: { ^ break; 40 warnings generated. [281/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_equals.cpp.o' [282/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_hierarchical_visitor.cpp.o' [283/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_builder.cpp.o' [284/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_function.cpp.o' [285/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_rvalue_visitor.cpp.o' [286/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_validate.cpp.o' [287/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ast_function.cpp.o' [288/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_function_detect_recursion.cpp.o' [289/1382] Compiling C object 'src/compiler/glsl/cdfbb49@@glsl@sta/gl_nir_link_uniforms.c.o' In file included from ../src/compiler/glsl/gl_nir_link_uniforms.c:24: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/compiler/glsl/gl_nir_link_uniforms.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [290/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_hv_accept.cpp.o' [291/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_variable_refcount.cpp.o' [292/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_atomics.cpp.o' [293/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_set_program_inouts.cpp.o' [294/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/builtin_variables.cpp.o' [295/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir.cpp.o' [296/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/loop_analysis.cpp.o' [297/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_print_visitor.cpp.o' [298/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/linker_util.cpp.o' [299/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_uniform_block_active_visitor.cpp.o' [300/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/loop_unroll.cpp.o' [301/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_builtins.cpp.o' [302/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_reader.cpp.o' [303/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_functions.cpp.o' [304/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_const_arrays_to_uniforms.cpp.o' [305/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_vtn_variables.c.o' In file included from ../src/compiler/spirv/vtn_variables.c:28: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/compiler/spirv/vtn_variables.c:1150:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GLSL_TYPE_INTERFACE: ^ ../src/compiler/spirv/vtn_variables.c:1150:4: note: insert '__attribute__((fallthrough));' to silence this warning case GLSL_TYPE_INTERFACE: ^ __attribute__((fallthrough)); ../src/compiler/spirv/vtn_variables.c:1150:4: note: insert 'break;' to avoid fall-through case GLSL_TYPE_INTERFACE: ^ break; ../src/compiler/spirv/vtn_variables.c:1620:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case SpvDecorationSpecId: ^ ../src/compiler/spirv/vtn_variables.c:1620:4: note: insert 'break;' to avoid fall-through case SpvDecorationSpecId: ^ break; ../src/compiler/spirv/vtn_variables.c:1941:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case vtn_variable_mode_private: ^ ../src/compiler/spirv/vtn_variables.c:1941:4: note: insert '__attribute__((fallthrough));' to silence this warning case vtn_variable_mode_private: ^ __attribute__((fallthrough)); ../src/compiler/spirv/vtn_variables.c:1941:4: note: insert 'break;' to avoid fall-through case vtn_variable_mode_private: ^ break; 39 warnings generated. [306/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_interface_blocks.cpp.o' [307/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_discard.cpp.o' [308/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_uniform_initializers.cpp.o' [309/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vector_insert.cpp.o' [310/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_if_to_cond_assign.cpp.o' [311/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_buffer_access.cpp.o' [312/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_uniform_blocks.cpp.o' [313/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_discard_flow.cpp.o' [314/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vector_derefs.cpp.o' [315/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_cs_derived.cpp.o' [316/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_offset_array.cpp.o' [317/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vertex_id.cpp.o' [318/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_distance.cpp.o' [319/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/glsl_parser_extras.cpp.o' [320/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_subroutine.cpp.o' [321/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vec_index_to_cond_assign.cpp.o' [322/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_mat_op_to_vec.cpp.o' [323/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_texture_projection.cpp.o' [324/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_int64.cpp.o' [325/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_output_reads.cpp.o' [326/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/.._spirv_spirv_to_nir.c.o' In file included from ../src/compiler/spirv/spirv_to_nir.c:28: In file included from ../src/compiler/spirv/vtn_private.h:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [327/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_blend_equation_advanced.cpp.o' [328/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_jumps.cpp.o' [329/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/meson-generated_.._glsl_parser.cpp.o' [330/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vec_index_to_swizzle.cpp.o' [331/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_varyings.cpp.o' [332/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_variable_index_to_cond_assign.cpp.o' [333/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_vector.cpp.o' [334/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_named_interface_blocks.cpp.o' [335/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_packing_builtins.cpp.o' [336/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/link_uniforms.cpp.o' [337/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_conditional_discard.cpp.o' [338/1382] Compiling C++ object 'src/imgui/ec8c751@@imgui_core@sta/imgui.cpp.o' [339/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_tess_level.cpp.o' [340/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_packed_varyings.cpp.o' ../src/compiler/glsl/lower_packed_varyings.cpp:208:19: warning: private field 'locations_used' is not used [-Wunused-private-field] const unsigned locations_used; ^ 1 warning generated. [341/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_dead_code.cpp.o' [342/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_constant_propagation.cpp.o' [343/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_constant_variable.cpp.o' [344/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_array_splitting.cpp.o' [345/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_constant_folding.cpp.o' [346/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_dead_code_local.cpp.o' [347/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_dead_builtin_variables.cpp.o' [348/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_redundant_jumps.cpp.o' [349/1382] Generating wayland-drm-protocol.c with a custom command [350/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_shared_reference.cpp.o' [351/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_flatten_nested_if_blocks.cpp.o' [352/1382] Generating wayland-drm-client-protocol.h with a custom command [353/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_xfb_varying.cpp.o' [354/1382] Linking static target src/imgui/libimgui_core.a [355/1382] Generating wayland-drm-server-protocol.h with a custom command [356/1382] Generating linux-dmabuf-unstable-v1-protocol.c with a custom command [357/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_rebalance_tree.cpp.o' [358/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/string_to_uint_map.cpp.o' [359/1382] Generating linux-dmabuf-unstable-v1-client-protocol.h with a custom command [360/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_if_simplification.cpp.o' [361/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_swizzle.cpp.o' [362/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_dead_functions.cpp.o' [363/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_copy_propagation_elements.cpp.o' [364/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ir_constant_expression.cpp.o' [365/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_structure_splitting.cpp.o' [366/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_flip_matrices.cpp.o' [367/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_precision.cpp.o' [368/1382] Compiling C object 'src/egl/wayland/wayland-drm/78c65e8@@wayland_drm@sta/meson-generated_.._wayland-drm-protocol.c.o' [369/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/query9.c.o' [370/1382] Generating overlay.frag.spv.h with a custom command ../src/vulkan/overlay-layer/overlay.frag [371/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_function_inlining.cpp.o' [372/1382] Generating overlay.vert.spv.h with a custom command ../src/vulkan/overlay-layer/overlay.vert [373/1382] Compiling C object 'src/egl/wayland/wayland-drm/78c65e8@@wayland_drm@sta/wayland-drm.c.o' [374/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_addrobject.cpp.o' [375/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_addrlib.cpp.o' [376/1382] Generating vk_enum_to_str with a custom command [377/1382] Linking static target src/egl/wayland/wayland-drm/libwayland_drm.a [378/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/surface9.c.o' In file included from ../src/gallium/frontends/nine/surface9.c:24: In file included from ../src/gallium/frontends/nine/surface9.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/surface9.c:33: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [379/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_minmax.cpp.o' [380/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_addrinterface.cpp.o' [381/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_algebraic.cpp.o' [382/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/opt_dead_builtin_varyings.cpp.o' [383/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/stateblock9.c.o' In file included from ../src/gallium/frontends/nine/stateblock9.c:25: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [384/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/linker.cpp.o' [385/1382] Compiling C object 'src/vulkan/util/c053ff2@@vulkan_util@sta/vk_format.c.o' [386/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/ast_to_hir.cpp.o' [387/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_ubo_reference.cpp.o' [388/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/meson-generated_.._.._.._egl_wayland_wayland-drm_linux-dmabuf-unstable-v1-protocol.c.o' [389/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/meson-generated_.._.._.._egl_wayland_wayland-drm_wayland-drm-protocol.c.o' [390/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_coord.cpp.o' [391/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_addrelemlib.cpp.o' [392/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/shader_cache.cpp.o' [393/1382] Compiling C object 'src/vulkan/util/c053ff2@@vulkan_util@sta/vk_debug_report.c.o' [394/1382] Compiling C object 'src/vulkan/device-select-layer/d6911c8@@VkLayer_MESA_device_select@sha/meson-generated_.._.._.._egl_wayland_wayland-drm_wayland-drm-protocol.c.o' [395/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_addrlib2.cpp.o' [396/1382] Compiling C object 'src/vulkan/util/c053ff2@@vulkan_util@sta/vk_object.c.o' [397/1382] Compiling C object 'src/vulkan/util/c053ff2@@vulkan_util@sta/vk_util.c.o' [398/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_r800_ciaddrlib.cpp.o' [399/1382] Compiling C object 'src/vulkan/device-select-layer/d6911c8@@VkLayer_MESA_device_select@sha/device_select_x11.c.o' [400/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/lower_instructions.cpp.o' [401/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_refcnt.c.o' [402/1382] Compiling C object 'src/vulkan/overlay-layer/5cf59b8@@VkLayer_MESA_overlay@sha/overlay_params.c.o' [403/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_dl.c.o' [404/1382] Compiling C object 'src/vulkan/device-select-layer/d6911c8@@VkLayer_MESA_device_select@sha/device_select_wayland.c.o' [405/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_symbol.c.o' [406/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/glsl_to_nir.cpp.o' [407/1382] Generating aco_opcodes.h with a meson_exe.py custom command [408/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_core_addrlib1.cpp.o' [409/1382] Generating radv_extensions.c with a custom command [410/1382] Generating gfx10_format_table.c with a meson_exe.py custom command [411/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_dump_defines.c.o' [412/1382] Generating aco_opcodes.cpp with a meson_exe.py custom command [413/1382] Generating mesa_lex with a custom command [414/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_r800_siaddrlib.cpp.o' ../src/amd/addrlib/src/r800/siaddrlib.cpp:3249:30: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] numSamples = numSamples; ~~~~~~~~~~ ^ ~~~~~~~~~~ ../src/amd/addrlib/src/r800/siaddrlib.cpp:3256:30: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] numSamples = numSamples; ~~~~~~~~~~ ^ ~~~~~~~~~~ ../src/amd/addrlib/src/r800/siaddrlib.cpp:3263:30: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] numSamples = numSamples; ~~~~~~~~~~ ^ ~~~~~~~~~~ 3 warnings generated. [415/1382] Generating radv_entrypoints.[ch] with a custom command [416/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/wsi_common_wayland.c.o' ../src/vulkan/wsi/wsi_common_wayland.c:174:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case WL_DRM_FORMAT_ARGB8888: ^ ../src/vulkan/wsi/wsi_common_wayland.c:174:4: note: insert '__attribute__((fallthrough));' to silence this warning case WL_DRM_FORMAT_ARGB8888: ^ __attribute__((fallthrough)); ../src/vulkan/wsi/wsi_common_wayland.c:174:4: note: insert 'break;' to avoid fall-through case WL_DRM_FORMAT_ARGB8888: ^ break; ../src/vulkan/wsi/wsi_common_wayland.c:758:1: warning: unused function 'wsi_wl_swapchain_to_handle' [-Wunused-function] VK_DEFINE_NONDISP_HANDLE_CASTS(wsi_wl_swapchain, base.base, VkSwapchainKHR, ^ ../src/vulkan/util/vk_object.h:118:4: note: expanded from macro 'VK_DEFINE_NONDISP_HANDLE_CASTS' __driver_type ## _to_handle(struct __driver_type *_obj) \ ^ :200:1: note: expanded from here wsi_wl_swapchain_to_handle ^ 2 warnings generated. [417/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_draw_quad.c.o' In file included from ../src/gallium/auxiliary/util/u_draw_quad.c:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [418/1382] Generating aco_builder.h with a meson_exe.py custom command [419/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_sse41@sta/main_sse_minmax.c.o' [420/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_r800_egbaddrlib.cpp.o' [421/1382] Compiling C object 'src/vulkan/device-select-layer/d6911c8@@VkLayer_MESA_device_select@sha/device_select_layer.c.o' [422/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_draw.c.o' In file included from ../src/gallium/auxiliary/util/u_draw.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [423/1382] Generating radeon_icd with a custom command [424/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/wsi_common.c.o' [425/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/serialize.cpp.o' [426/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_sse41@sta/main_streaming-load-memcpy.c.o' In file included from ../src/mesa/main/streaming-load-memcpy.c:29: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [427/1382] Generating format_fallback.c with a custom command [428/1382] Linking static target src/mesa/libmesa_sse41.a [429/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/wsi_common_x11.c.o' ../src/vulkan/wsi/wsi_common_x11.c:787:1: warning: unused function 'x11_swapchain_to_handle' [-Wunused-function] VK_DEFINE_NONDISP_HANDLE_CASTS(x11_swapchain, base.base, VkSwapchainKHR, ^ ../src/vulkan/util/vk_object.h:118:4: note: expanded from macro 'VK_DEFINE_NONDISP_HANDLE_CASTS' __driver_type ## _to_handle(struct __driver_type *_obj) \ ^ :198:1: note: expanded from here x11_swapchain_to_handle ^ 1 warning generated. [430/1382] Compiling C object 'src/vulkan/util/c053ff2@@vulkan_util@sta/meson-generated_.._vk_enum_to_str.c.o' [431/1382] Generating amd_vk_format_table.c with a meson_exe.py custom command [432/1382] Linking static target src/vulkan/util/libvulkan_util.a [433/1382] Generating program_parse_tab.[ch] with a custom command [434/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_dump_state.c.o' [435/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_scissor.c.o' In file included from ../src/mesa/state_tracker/st_atom_scissor.c:34: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_scissor.c:36: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [436/1382] Generating format_info.h with a meson_exe.py custom command [437/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe.c.o' [438/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_atomicbuf.c.o' In file included from ../src/mesa/state_tracker/st_atom_atomicbuf.c:34: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_atom_atomicbuf.c:38: In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [439/1382] Generating format_unpack.c with a meson_exe.py custom command [440/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_aapoint.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pipe_aapoint.c:55: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [441/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_msaa.c.o' In file included from ../src/mesa/state_tracker/st_atom_msaa.c:29: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_msaa.c:29: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [442/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_pixeltransfer.c.o' In file included from ../src/mesa/state_tracker/st_atom_pixeltransfer.c:32: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_pixeltransfer.c:32: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [443/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_array.c.o' In file included from ../src/mesa/state_tracker/st_atom_array.c:39: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_array.c:39: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [444/1382] Generating format_pack.c with a meson_exe.py custom command [445/1382] Compiling C object 'src/vulkan/wsi/1e36aa5@@vulkan_wsi@sta/wsi_common_display.c.o' [446/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_shader.c.o' In file included from ../src/mesa/state_tracker/st_atom_shader.c:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_shader.c:52: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [447/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_blend.c.o' In file included from ../src/mesa/state_tracker/st_atom_blend.c:35: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_blend.c:35: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [448/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_clip.c.o' In file included from ../src/mesa/state_tracker/st_atom_clip.c:34: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_clip.c:34: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [449/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom.c.o' In file included from ../src/mesa/state_tracker/st_atom.c:30: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom.c:35: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [450/1382] Linking static target src/vulkan/wsi/libvulkan_wsi.a [451/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_depth.c.o' In file included from ../src/mesa/state_tracker/st_atom_depth.c:38: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_depth.c:38: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [452/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_rasterizer.c.o' In file included from ../src/mesa/state_tracker/st_atom_rasterizer.c:33: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_rasterizer.c:36: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [453/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_constbuf.c.o' In file included from ../src/mesa/state_tracker/st_atom_constbuf.c:37: In file included from ../src/mesa/main/shaderapi.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_constbuf.c:40: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [454/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_gfx10_gfx10addrlib.cpp.o' [455/1382] Compiling C++ object 'src/amd/addrlib/5d8f4c0@@addrlib@sta/src_gfx9_gfx9addrlib.cpp.o' [456/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_framebuffer.c.o' In file included from ../src/mesa/state_tracker/st_atom_framebuffer.c:36: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_framebuffer.c:36: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [457/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_bitmap_shader.c.o' [458/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_drawpixels_shader.c.o' [459/1382] Linking static target src/amd/addrlib/libaddrlib.a [460/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_image.c.o' In file included from ../src/mesa/state_tracker/st_atom_image.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_atom_image.c:39: In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [461/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_storagebuf.c.o' In file included from ../src/mesa/state_tracker/st_atom_storagebuf.c:34: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_atom_storagebuf.c:38: In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [462/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_blit.c.o' In file included from ../src/mesa/state_tracker/st_cb_blit.c:35: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_blit.c:37: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [463/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_stipple.c.o' In file included from ../src/mesa/state_tracker/st_atom_stipple.c:38: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_stipple.c:38: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [464/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_sampler.c.o' In file included from ../src/mesa/state_tracker/st_atom_sampler.c:35: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_sampler.c:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [465/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_tess.c.o' In file included from ../src/mesa/state_tracker/st_atom_tess.c:34: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_tess.c:35: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [466/1382] Generating remap_helper.h with a meson_exe.py custom command [467/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_bufferobjects.c.o' In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.c:38: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.c:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [468/1382] Generating get_hash.h with a meson_exe.py custom command [469/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atifs_to_tgsi.c.o' In file included from ../src/mesa/state_tracker/st_atifs_to_tgsi.c:23: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atifs_to_tgsi.c:32: In file included from ../src/mesa/state_tracker/st_program.h:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [470/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_compute.c.o' In file included from ../src/mesa/state_tracker/st_cb_compute.c:28: In file included from ../src/mesa/main/state.h:29: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_compute.c:30: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [471/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_texture.c.o' In file included from ../src/mesa/state_tracker/st_atom_texture.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_texture.c:43: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [472/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_atom_viewport.c.o' In file included from ../src/mesa/state_tracker/st_atom_viewport.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_atom_viewport.c:31: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [473/1382] Generating dispatch.h with a meson_exe.py custom command [474/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_clear.c.o' In file included from ../src/mesa/state_tracker/st_cb_clear.c:40: In file included from ../src/mesa/main/framebuffer.h:29: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_clear.c:44: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [475/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_bitmap.c.o' In file included from ../src/mesa/state_tracker/st_cb_bitmap.c:36: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_bitmap.c:43: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [476/1382] Generating marshal_generated.h with a meson_exe.py custom command [477/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_drawtex.c.o' In file included from ../src/mesa/state_tracker/st_cb_drawtex.c:17: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_drawtex.c:23: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [478/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_condrender.c.o' In file included from ../src/mesa/state_tracker/st_cb_condrender.c:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_condrender.c:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [479/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_eglimage.c.o' In file included from ../src/mesa/state_tracker/st_cb_eglimage.c:29: In file included from ../src/mesa/main/texobj.h:36: In file included from ../src/mesa/main/samplerobj.h:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_eglimage.c:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [480/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_strings.c.o' In file included from ../src/mesa/state_tracker/st_cb_strings.c:35: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_strings.c:39: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [481/1382] Compiling C++ object 'src/vulkan/overlay-layer/5cf59b8@@VkLayer_MESA_overlay@sha/overlay.cpp.o' [482/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_msaa.c.o' In file included from ../src/mesa/state_tracker/st_cb_msaa.c:28: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_msaa.c:33: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [483/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_memoryobjects.c.o' In file included from ../src/mesa/state_tracker/st_cb_memoryobjects.c:26: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_memoryobjects.c:30: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [484/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_flush.c.o' In file included from ../src/mesa/state_tracker/st_cb_flush.c:35: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_flush.c:37: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [485/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_perfquery.c.o' In file included from ../src/mesa/state_tracker/st_cb_perfquery.c:28: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_perfquery.c:28: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [486/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_semaphoreobjects.c.o' In file included from ../src/mesa/state_tracker/st_cb_semaphoreobjects.c:25: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_semaphoreobjects.c:30: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [487/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_copyimage.c.o' In file included from ../src/mesa/state_tracker/st_cb_copyimage.c:25: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_copyimage.c:25: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [488/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_rasterpos.c.o' In file included from ../src/mesa/state_tracker/st_cb_rasterpos.c:40: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_rasterpos.c:47: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [489/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_viewport.c.o' In file included from ../src/mesa/state_tracker/st_cb_viewport.c:29: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_viewport.c:29: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [490/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_syncobj.c.o' In file included from ../src/mesa/state_tracker/st_cb_syncobj.c:34: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_syncobj.c:38: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [491/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_program.c.o' In file included from ../src/mesa/state_tracker/st_cb_program.c:34: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_program.c:43: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [492/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_perfmon.c.o' In file included from ../src/mesa/state_tracker/st_cb_perfmon.c:29: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_perfmon.c:29: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [493/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_copytex.c.o' In file included from ../src/mesa/state_tracker/st_copytex.c:24: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [494/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_readpixels.c.o' In file included from ../src/mesa/state_tracker/st_cb_readpixels.c:28: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_readpixels.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [495/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._format_fallback.c.o' [496/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_queryobj.c.o' In file included from ../src/mesa/state_tracker/st_cb_queryobj.c:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_queryobj.c:43: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [497/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_xformfb.c.o' In file included from ../src/mesa/state_tracker/st_cb_xformfb.c:37: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_xformfb.c:44: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [498/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_texturebarrier.c.o' In file included from ../src/mesa/state_tracker/st_cb_texturebarrier.c:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_texturebarrier.c:41: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [499/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_feedback.c.o' In file included from ../src/mesa/state_tracker/st_cb_feedback.c:41: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_feedback.c:47: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [500/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_fbo.c.o' In file included from ../src/mesa/state_tracker/st_cb_fbo.c:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_fbo.c:49: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [501/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_instruction.c.o' [502/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_format.c.o' In file included from ../src/mesa/state_tracker/st_format.c:36: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_format.c:53: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [503/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_noise.c.o' [504/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_context.c.o' In file included from ../src/mesa/state_tracker/st_context.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_context.c:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [505/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_cpal.c.o' In file included from ../src/mesa/main/texcompress_cpal.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [506/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_cache.c.o' In file included from ../src/mesa/program/prog_cache.c:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [507/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_enums.c.o' In file included from src/mapi/glapi/gen/enums.c:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [508/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/meson-generated_.._glsl_lexer.cpp.o' [509/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_eval.c.o' [510/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_arbprogparse.c.o' In file included from ../src/mesa/program/arbprogparse.c:56: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [511/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_drawpixels.c.o' In file included from ../src/mesa/state_tracker/st_cb_drawpixels.c:36: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_drawpixels.c:60: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_cb_drawpixels.c:81: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 40 warnings generated. [512/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_program_parse_extra.c.o' In file included from ../src/mesa/program/program_parse_extra.c:25: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [513/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_symbol_table.c.o' [514/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_parameter.c.o' In file included from ../src/mesa/program/prog_parameter.c:32: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [515/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_parameter_layout.c.o' In file included from ../src/mesa/program/prog_parameter_layout.c:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [516/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_opt_constant_fold.c.o' In file included from ../src/mesa/program/prog_opt_constant_fold.c:25: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [517/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_program.c.o' In file included from ../src/mesa/program/program.c:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [518/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_programopt.c.o' In file included from ../src/mesa/program/programopt.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [519/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_cb_texture.c.o' In file included from ../src/mesa/state_tracker/st_cb_texture.c:29: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_cb_texture.c:34: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ In file included from ../src/mesa/state_tracker/st_cb_texture.c:52: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 5 warnings generated. [520/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_optimize.c.o' In file included from ../src/mesa/program/prog_optimize.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [521/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._program_program_parse.tab.c.o' In file included from ../src/mesa/program/program_parse.y:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [522/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_print.c.o' In file included from ../src/mesa/program/prog_print.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [523/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._program_lex.yy.c.o' [524/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_arbprogram.c.o' In file included from ../src/mesa/main/arbprogram.c:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [525/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_arrayobj.c.o' In file included from ../src/mesa/main/arrayobj.c:47: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [526/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_accum.c.o' In file included from ../src/mesa/main/accum.c:27: In file included from ../src/mesa/main/condrender.h:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [527/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_clip.c.o' In file included from ../src/mesa/main/clip.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [528/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_buffers.c.o' In file included from ../src/mesa/main/buffers.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [529/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_clear.c.o' In file included from ../src/mesa/main/clear.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [530/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_barrier.c.o' In file included from ../src/mesa/main/barrier.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [531/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_bbox.c.o' In file included from ../src/mesa/main/bbox.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [532/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_atifragshader.c.o' In file included from ../src/mesa/main/atifragshader.c:25: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [533/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated5.c.o' In file included from src/mapi/glapi/gen/marshal_generated5.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [534/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_statevars.c.o' In file included from ../src/mesa/program/prog_statevars.c:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [535/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_execute.c.o' In file included from ../src/mesa/program/prog_execute.c:41: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [536/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_cpuinfo.c.o' [537/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_colortab.c.o' In file included from ../src/mesa/main/colortab.c:27: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [538/1382] Compiling C++ object 'src/compiler/glsl/cdfbb49@@glsl@sta/builtin_functions.cpp.o' [539/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_conservativeraster.c.o' In file included from ../src/mesa/main/conservativeraster.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [540/1382] Linking static target src/compiler/glsl/libglsl.a [541/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_compute.c.o' In file included from ../src/mesa/main/compute.c:25: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [542/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_blit.c.o' In file included from ../src/mesa/main/blit.c:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [543/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_blend.c.o' In file included from ../src/mesa/main/blend.c:33: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [544/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_convolve.c.o' In file included from ../src/mesa/main/convolve.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [545/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_api_arrayelt.c.o' In file included from ../src/mesa/main/api_arrayelt.c:38: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [546/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_depth.c.o' In file included from ../src/mesa/main/depth.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [547/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_condrender.c.o' In file included from ../src/mesa/main/condrender.c:34: In file included from ../src/mesa/main/condrender.h:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/condrender.c:77:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/condrender.c:77:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/mesa/main/condrender.c:77:7: note: insert 'break;' to avoid fall-through default: ^ break; 4 warnings generated. [548/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated2.c.o' In file included from src/mapi/glapi/gen/marshal_generated2.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [549/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_copyimage.c.o' In file included from ../src/mesa/main/copyimage.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [550/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated6.c.o' In file included from src/mapi/glapi/gen/marshal_generated6.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [551/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/program_prog_to_nir.c.o' In file included from ../src/mesa/program/prog_to_nir.c:26: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/program/prog_to_nir.c:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/program/prog_to_nir.c:175:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PROGRAM_STATE_VAR: { ^ ../src/mesa/program/prog_to_nir.c:175:7: note: insert '__attribute__((fallthrough));' to silence this warning case PROGRAM_STATE_VAR: { ^ __attribute__((fallthrough)); ../src/mesa/program/prog_to_nir.c:175:7: note: insert 'break;' to avoid fall-through case PROGRAM_STATE_VAR: { ^ break; 40 warnings generated. [552/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_attrib.c.o' In file included from ../src/mesa/main/attrib.c:29: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [553/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_debug.c.o' In file included from ../src/mesa/main/debug.c:28: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [554/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_execmem.c.o' [555/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_drawtex.c.o' In file included from ../src/mesa/main/drawtex.c:26: In file included from ../src/mesa/main/state.h:29: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [556/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_common@sta/program_ir_to_mesa.cpp.o' [557/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_debug_output.c.o' In file included from ../src/mesa/main/debug_output.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [558/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_drawpix.c.o' In file included from ../src/mesa/main/drawpix.c:27: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [559/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_api_loopback.c.o' In file included from ../src/mesa/main/api_loopback.c:33: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [560/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_extensions_table.c.o' In file included from ../src/mesa/main/extensions_table.c:26: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [561/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated1.c.o' In file included from src/mapi/glapi/gen/marshal_generated1.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [562/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_draw_validate.c.o' In file included from ../src/mesa/main/draw_validate.c:28: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [563/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_externalobjects.c.o' In file included from ../src/mesa/main/externalobjects.c:24: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [564/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_context.c.o' In file included from ../src/mesa/main/context.c:84: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/context.c:1275:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case API_OPENGL_CORE: ^ ../src/mesa/main/context.c:1275:4: note: insert 'break;' to avoid fall-through case API_OPENGL_CORE: ^ break; 4 warnings generated. [565/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_extensions.c.o' In file included from ../src/mesa/main/extensions.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [566/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_errors.c.o' In file included from ../src/mesa/main/errors.c:36: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [567/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated4.c.o' In file included from src/mapi/glapi/gen/marshal_generated4.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [568/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated3.c.o' In file included from src/mapi/glapi/gen/marshal_generated3.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [569/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_enable.c.o' In file included from ../src/mesa/main/enable.c:32: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [570/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._format_unpack.c.o' In file included from src/mesa/format_unpack.c:43: In file included from ../src/mesa/main/format_utils.h:36: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from src/mesa/format_unpack.c:43: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ src/mesa/format_unpack.c:6810:31: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] dst[i] = s[i] * (1.0F / 0xffffffff); ~ ^~~~~~~~~~ 5 warnings generated. [571/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_fog.c.o' In file included from ../src/mesa/main/fog.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [572/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated7.c.o' In file included from src/mapi/glapi/gen/marshal_generated7.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [573/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_framebuffer.c.o' In file included from ../src/mesa/main/framebuffer.c:35: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [574/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_feedback.c.o' In file included from ../src/mesa/main/feedback.c:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [575/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_genmipmap.c.o' In file included from ../src/mesa/main/genmipmap.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [576/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_formatquery.c.o' In file included from ../src/mesa/main/formatquery.c:24: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/formatquery.c:148:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_INTERNALFORMAT_SUPPORTED: ^ ../src/mesa/main/formatquery.c:148:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_INTERNALFORMAT_SUPPORTED: ^ __attribute__((fallthrough)); ../src/mesa/main/formatquery.c:148:4: note: insert 'break;' to avoid fall-through case GL_INTERNALFORMAT_SUPPORTED: ^ break; ../src/mesa/main/formatquery.c:999:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_INTERNALFORMAT_RED_SIZE: ^ ../src/mesa/main/formatquery.c:999:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_INTERNALFORMAT_RED_SIZE: ^ __attribute__((fallthrough)); ../src/mesa/main/formatquery.c:999:7: note: insert 'break;' to avoid fall-through case GL_INTERNALFORMAT_RED_SIZE: ^ break; ../src/mesa/main/formatquery.c:1011:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_INTERNALFORMAT_RED_TYPE: ^ ../src/mesa/main/formatquery.c:1011:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_INTERNALFORMAT_RED_TYPE: ^ __attribute__((fallthrough)); ../src/mesa/main/formatquery.c:1011:7: note: insert 'break;' to avoid fall-through case GL_INTERNALFORMAT_RED_TYPE: ^ break; ../src/mesa/main/formatquery.c:1163:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_FRAMEBUFFER_RENDERABLE: ^ ../src/mesa/main/formatquery.c:1163:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_FRAMEBUFFER_RENDERABLE: ^ __attribute__((fallthrough)); ../src/mesa/main/formatquery.c:1163:4: note: insert 'break;' to avoid fall-through case GL_FRAMEBUFFER_RENDERABLE: ^ break; ../src/mesa/main/formatquery.c:1316:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_SHADOW: ^ ../src/mesa/main/formatquery.c:1316:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_SHADOW: ^ __attribute__((fallthrough)); ../src/mesa/main/formatquery.c:1316:4: note: insert 'break;' to avoid fall-through case GL_TEXTURE_SHADOW: ^ break; 8 warnings generated. [577/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_formats.c.o' In file included from ../src/mesa/main/formats.c:30: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [578/1382] Compiling C object 'src/compiler/nir/068b2c8@@nir@sta/meson-generated_.._nir_constant_expressions.c.o' In file included from src/compiler/nir/nir_constant_expressions.c:33: In file included from ../src/compiler/nir/nir_constant_expressions.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [579/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_getstring.c.o' In file included from ../src/mesa/main/getstring.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [580/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_draw.c.o' In file included from ../src/mesa/main/draw.c:30: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [581/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_histogram.c.o' In file included from ../src/mesa/main/histogram.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [582/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glspirv.c.o' In file included from ../src/mesa/main/glspirv.c:24: In file included from ../src/mesa/main/glspirv.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/main/glspirv.c:27: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 39 warnings generated. [583/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_hash.c.o' [584/1382] Linking static target src/compiler/nir/libnir.a [585/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glthread.c.o' In file included from ../src/mesa/main/glthread.c:35: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [586/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_eval.c.o' In file included from ../src/mesa/main/eval.c:41: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [587/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_lines.c.o' In file included from ../src/mesa/main/lines.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [588/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_hint.c.o' In file included from ../src/mesa/main/hint.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [589/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_image.c.o' In file included from ../src/mesa/main/image.c:34: In file included from ../src/mesa/main/colormac.h:37: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [590/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_bufferobj.c.o' In file included from ../src/mesa/main/bufferobj.c:39: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [591/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_objectlabel.c.o' In file included from ../src/mesa/main/objectlabel.c:26: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [592/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_multisample.c.o' In file included from ../src/mesa/main/multisample.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [593/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glformats.c.o' In file included from ../src/mesa/main/glformats.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/glformats.c:1890:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/glformats.c:1890:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/mesa/main/glformats.c:1890:7: note: insert 'break;' to avoid fall-through default: ^ break; ../src/mesa/main/glformats.c:2185:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_ALPHA: ^ ../src/mesa/main/glformats.c:2185:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_ALPHA: ^ __attribute__((fallthrough)); ../src/mesa/main/glformats.c:2185:4: note: insert 'break;' to avoid fall-through case GL_ALPHA: ^ break; ../src/mesa/main/glformats.c:2585:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_R8: ^ ../src/mesa/main/glformats.c:2585:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_R8: ^ __attribute__((fallthrough)); ../src/mesa/main/glformats.c:2585:7: note: insert 'break;' to avoid fall-through case GL_R8: ^ break; ../src/mesa/main/glformats.c:2608:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_RG: ^ ../src/mesa/main/glformats.c:2608:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_RG: ^ __attribute__((fallthrough)); ../src/mesa/main/glformats.c:2608:7: note: insert 'break;' to avoid fall-through case GL_RG: ^ break; ../src/mesa/main/glformats.c:2739:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_HALF_FLOAT_OES: ^ ../src/mesa/main/glformats.c:2739:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_HALF_FLOAT_OES: ^ __attribute__((fallthrough)); ../src/mesa/main/glformats.c:2739:4: note: insert 'break;' to avoid fall-through case GL_HALF_FLOAT_OES: ^ break; 8 warnings generated. [594/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_objectpurge.c.o' In file included from ../src/mesa/main/objectpurge.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [595/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_light.c.o' In file included from ../src/mesa/main/light.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [596/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_common@sta/main_ff_fragment_shader.cpp.o' [597/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_performance_query.c.o' In file included from ../src/mesa/main/performance_query.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [598/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glthread_shaderobj.c.o' In file included from ../src/mesa/main/glthread_shaderobj.c:24: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [599/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_matrix.c.o' In file included from ../src/mesa/main/matrix.c:40: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/matrix.c:91:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/matrix.c:91:4: note: insert 'break;' to avoid fall-through default: ^ break; 4 warnings generated. [600/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glthread_bufferobj.c.o' In file included from ../src/mesa/main/glthread_bufferobj.c:24: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [601/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pbo.c.o' In file included from ../src/mesa/main/pbo.c:36: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [602/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_querymatrix.c.o' [603/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_ffvertex_prog.c.o' In file included from ../src/mesa/main/ffvertex_prog.c:38: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [604/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pixelstore.c.o' In file included from ../src/mesa/main/pixelstore.c:32: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [605/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_polygon.c.o' In file included from ../src/mesa/main/polygon.c:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/polygon.c:175:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/polygon.c:175:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/mesa/main/polygon.c:175:7: note: insert 'break;' to avoid fall-through default: ^ break; 4 warnings generated. [606/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_program_binary.c.o' In file included from ../src/mesa/main/program_binary.c:34: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [607/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._format_pack.c.o' In file included from src/mesa/format_pack.c:42: In file included from ../src/mesa/main/format_utils.h:36: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from src/mesa/format_pack.c:42: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ 4 warnings generated. [608/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glthread_varray.c.o' In file included from ../src/mesa/main/glthread_varray.c:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [609/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pixel.c.o' In file included from ../src/mesa/main/pixel.c:33: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [610/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pipelineobj.c.o' In file included from ../src/mesa/main/pipelineobj.c:36: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [611/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pixeltransfer.c.o' In file included from ../src/mesa/main/pixeltransfer.c:34: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [612/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_fbobject.c.o' In file included from ../src/mesa/main/fbobject.c:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/fbobject.c:304:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_DEPTH_ATTACHMENT_EXT: ^ ../src/mesa/main/fbobject.c:304:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_DEPTH_ATTACHMENT_EXT: ^ __attribute__((fallthrough)); ../src/mesa/main/fbobject.c:304:4: note: insert 'break;' to avoid fall-through case GL_DEPTH_ATTACHMENT_EXT: ^ break; ../src/mesa/main/fbobject.c:4959:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_COLOR_ATTACHMENT0: ^ ../src/mesa/main/fbobject.c:4959:10: note: insert '__attribute__((fallthrough));' to silence this warning case GL_COLOR_ATTACHMENT0: ^ __attribute__((fallthrough)); ../src/mesa/main/fbobject.c:4959:10: note: insert 'break;' to avoid fall-through case GL_COLOR_ATTACHMENT0: ^ break; 5 warnings generated. [613/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_performance_monitor.c.o' In file included from ../src/mesa/main/performance_monitor.c:39: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [614/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_points.c.o' In file included from ../src/mesa/main/points.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [615/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_program_resource.c.o' In file included from ../src/mesa/main/program_resource.c:27: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [616/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_remap.c.o' [617/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_glthread_draw.c.o' In file included from ../src/mesa/main/glthread_draw.c:32: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [618/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_get.c.o' In file included from ../src/mesa/main/get.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/get.c:81:31: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] return ( ((F) * 65536.0f > INT_MAX) ? INT_MAX : ~ ^~~~~~~ /usr/lib/clang/10.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX' #define INT_MAX __INT_MAX__ ^~~~~~~~~~~ :38:21: note: expanded from here #define __INT_MAX__ 2147483647 ^~~~~~~~~~ ../src/mesa/main/get.c:1734:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_4: ^ ../src/mesa/main/get.c:1734:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_4: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1734:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_4: ^ break; ../src/mesa/main/get.c:1738:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:1738:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1738:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:1742:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:1742:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1742:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:1746:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:1746:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1746:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:1754:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:1754:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1754:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:1762:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:1762:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1762:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:1766:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:1766:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1766:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:1771:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:1771:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1771:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:1851:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_4: ^ ../src/mesa/main/get.c:1851:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_4: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1851:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_4: ^ break; ../src/mesa/main/get.c:1855:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:1855:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1855:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:1859:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:1859:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1859:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:1863:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:1863:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1863:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:1871:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:1871:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1871:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:1878:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:1878:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1878:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:1881:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:1881:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1881:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:1885:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:1885:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1885:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:1902:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_3: ^ ../src/mesa/main/get.c:1902:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1902:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_3: ^ break; ../src/mesa/main/get.c:1905:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_2: ^ ../src/mesa/main/get.c:1905:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1905:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_2: ^ break; ../src/mesa/main/get.c:1908:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT: ^ ../src/mesa/main/get.c:1908:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1908:4: note: insert 'break;' to avoid fall-through case TYPE_UINT: ^ break; ../src/mesa/main/get.c:1977:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_4: ^ ../src/mesa/main/get.c:1977:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_4: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1977:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_4: ^ break; ../src/mesa/main/get.c:1980:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:1980:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1980:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:1983:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:1983:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1983:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:1986:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:1986:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1986:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:1993:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN_3: ^ ../src/mesa/main/get.c:1993:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1993:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN_3: ^ break; ../src/mesa/main/get.c:1996:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN_2: ^ ../src/mesa/main/get.c:1996:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1996:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN_2: ^ break; ../src/mesa/main/get.c:1999:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN: ^ ../src/mesa/main/get.c:1999:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:1999:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN: ^ break; ../src/mesa/main/get.c:2006:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:2006:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2006:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:2014:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:2014:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2014:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:2018:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:2018:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2018:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:2023:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:2023:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2023:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:2103:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_4: ^ ../src/mesa/main/get.c:2103:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_4: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2103:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_4: ^ break; ../src/mesa/main/get.c:2106:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:2106:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2106:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:2109:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:2109:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2109:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:2112:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:2112:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2112:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:2119:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN_3: ^ ../src/mesa/main/get.c:2119:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2119:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN_3: ^ break; ../src/mesa/main/get.c:2122:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN_2: ^ ../src/mesa/main/get.c:2122:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2122:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN_2: ^ break; ../src/mesa/main/get.c:2125:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOATN: ^ ../src/mesa/main/get.c:2125:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOATN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2125:4: note: insert 'break;' to avoid fall-through case TYPE_FLOATN: ^ break; ../src/mesa/main/get.c:2132:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:2132:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2132:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:2139:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:2139:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2139:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:2142:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:2142:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2142:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:2146:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:2146:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2146:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:2163:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_3: ^ ../src/mesa/main/get.c:2163:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2163:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_3: ^ break; ../src/mesa/main/get.c:2166:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_2: ^ ../src/mesa/main/get.c:2166:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2166:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_2: ^ break; ../src/mesa/main/get.c:2169:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT: ^ ../src/mesa/main/get.c:2169:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2169:4: note: insert 'break;' to avoid fall-through case TYPE_UINT: ^ break; ../src/mesa/main/get.c:2230:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_4: ^ ../src/mesa/main/get.c:2230:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_4: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2230:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_4: ^ break; ../src/mesa/main/get.c:2234:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:2234:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2234:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:2238:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:2238:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2238:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:2242:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:2242:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2242:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:2250:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:2250:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2250:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:2257:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:2257:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2257:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:2260:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:2260:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2260:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:2264:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:2264:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2264:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:2281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_3: ^ ../src/mesa/main/get.c:2281:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2281:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_3: ^ break; ../src/mesa/main/get.c:2284:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_2: ^ ../src/mesa/main/get.c:2284:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2284:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_2: ^ break; ../src/mesa/main/get.c:2287:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT: ^ ../src/mesa/main/get.c:2287:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2287:4: note: insert 'break;' to avoid fall-through case TYPE_UINT: ^ break; ../src/mesa/main/get.c:2973:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:2973:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2973:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:2977:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:2977:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2977:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:2981:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:2981:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2981:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:2989:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:2989:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:2989:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:3060:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:3060:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3060:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:3064:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:3064:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3064:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:3068:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:3068:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3068:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:3076:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:3076:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3076:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:3083:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:3083:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3083:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:3086:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:3086:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3086:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:3090:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:3090:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3090:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:3104:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_3: ^ ../src/mesa/main/get.c:3104:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3104:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_3: ^ break; ../src/mesa/main/get.c:3107:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_2: ^ ../src/mesa/main/get.c:3107:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3107:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_2: ^ break; ../src/mesa/main/get.c:3110:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT: ^ ../src/mesa/main/get.c:3110:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3110:4: note: insert 'break;' to avoid fall-through case TYPE_UINT: ^ break; ../src/mesa/main/get.c:3161:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:3161:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3161:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:3165:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:3165:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3165:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:3169:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:3169:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3169:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:3177:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:3177:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3177:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:3184:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:3184:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3184:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:3187:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:3187:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3187:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:3191:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:3191:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3191:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; ../src/mesa/main/get.c:3205:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_3: ^ ../src/mesa/main/get.c:3205:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3205:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_3: ^ break; ../src/mesa/main/get.c:3208:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT_2: ^ ../src/mesa/main/get.c:3208:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3208:4: note: insert 'break;' to avoid fall-through case TYPE_UINT_2: ^ break; ../src/mesa/main/get.c:3211:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_UINT: ^ ../src/mesa/main/get.c:3211:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_UINT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3211:4: note: insert 'break;' to avoid fall-through case TYPE_UINT: ^ break; ../src/mesa/main/get.c:3329:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_3: ^ ../src/mesa/main/get.c:3329:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3329:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_3: ^ break; ../src/mesa/main/get.c:3333:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT_2: ^ ../src/mesa/main/get.c:3333:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3333:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT_2: ^ break; ../src/mesa/main/get.c:3337:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_FLOAT: ^ ../src/mesa/main/get.c:3337:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_FLOAT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3337:4: note: insert 'break;' to avoid fall-through case TYPE_FLOAT: ^ break; ../src/mesa/main/get.c:3345:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_DOUBLEN: ^ ../src/mesa/main/get.c:3345:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_DOUBLEN: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3345:4: note: insert 'break;' to avoid fall-through case TYPE_DOUBLEN: ^ break; ../src/mesa/main/get.c:3353:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_3: ^ ../src/mesa/main/get.c:3353:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_3: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3353:4: note: insert 'break;' to avoid fall-through case TYPE_INT_3: ^ break; ../src/mesa/main/get.c:3357:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT_2: ^ ../src/mesa/main/get.c:3357:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT_2: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3357:4: note: insert 'break;' to avoid fall-through case TYPE_INT_2: ^ break; ../src/mesa/main/get.c:3362:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TYPE_INT: ^ ../src/mesa/main/get.c:3362:4: note: insert '__attribute__((fallthrough));' to silence this warning case TYPE_INT: ^ __attribute__((fallthrough)); ../src/mesa/main/get.c:3362:4: note: insert 'break;' to avoid fall-through case TYPE_INT: ^ break; 90 warnings generated. [619/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_renderbuffer.c.o' In file included from ../src/mesa/main/renderbuffer.c:28: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [620/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_spirv_extensions.c.o' In file included from ../src/mesa/main/spirv_extensions.c:30: In file included from ../src/mesa/main/spirv_extensions.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [621/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_pack.c.o' In file included from ../src/mesa/main/pack.c:50: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/pack.c:56: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ 4 warnings generated. [622/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_readpix.c.o' In file included from ../src/mesa/main/readpix.c:27: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/readpix.c:42: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ 4 warnings generated. [623/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_syncobj.c.o' In file included from ../src/mesa/main/syncobj.c:61: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [624/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_shaderimage.c.o' In file included from ../src/mesa/main/shaderimage.c:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [625/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_queryobj.c.o' In file included from ../src/mesa/main/queryobj.c:26: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/queryobj.c:232:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED: ^ ../src/mesa/main/queryobj.c:232:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED: ^ __attribute__((fallthrough)); ../src/mesa/main/queryobj.c:232:4: note: insert 'break;' to avoid fall-through case GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED: ^ break; ../src/mesa/main/queryobj.c:678:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/queryobj.c:678:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/mesa/main/queryobj.c:678:7: note: insert 'break;' to avoid fall-through default: ^ break; 5 warnings generated. [626/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_scissor.c.o' In file included from ../src/mesa/main/scissor.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [627/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_robustness.c.o' In file included from ../src/mesa/main/robustness.c:25: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [628/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_samplerobj.c.o' In file included from ../src/mesa/main/samplerobj.c:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [629/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_state.c.o' In file included from ../src/mesa/main/state.c:35: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [630/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_shared.c.o' In file included from ../src/mesa/main/shared.c:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [631/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress.c.o' In file included from ../src/mesa/main/texcompress.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [632/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_rastpos.c.o' In file included from ../src/mesa/main/rastpos.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [633/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_rgtc.c.o' In file included from ../src/mesa/main/texcompress_rgtc.c:41: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [634/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_shaderobj.c.o' In file included from ../src/mesa/main/shaderobj.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/shaderobj.c:36: In file included from ../src/mesa/main/glspirv.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 39 warnings generated. [635/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_stencil.c.o' In file included from ../src/mesa/main/stencil.c:52: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [636/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texenv.c.o' In file included from ../src/mesa/main/texenv.c:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [637/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texformat.c.o' In file included from ../src/mesa/main/texformat.c:36: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/texformat.c:84:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_RGBA8: ^ ../src/mesa/main/texformat.c:84:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_RGBA8: ^ __attribute__((fallthrough)); ../src/mesa/main/texformat.c:84:4: note: insert 'break;' to avoid fall-through case GL_RGBA8: ^ break; ../src/mesa/main/texformat.c:125:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_RGB8: ^ ../src/mesa/main/texformat.c:125:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_RGB8: ^ __attribute__((fallthrough)); ../src/mesa/main/texformat.c:125:4: note: insert 'break;' to avoid fall-through case GL_RGB8: ^ break; ../src/mesa/main/texformat.c:432:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_RGBA16_SNORM: ^ ../src/mesa/main/texformat.c:432:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_RGBA16_SNORM: ^ __attribute__((fallthrough)); ../src/mesa/main/texformat.c:432:4: note: insert 'break;' to avoid fall-through case GL_RGBA16_SNORM: ^ break; ../src/mesa/main/texformat.c:446:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_LUMINANCE16_ALPHA16_SNORM: ^ ../src/mesa/main/texformat.c:446:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_LUMINANCE16_ALPHA16_SNORM: ^ __attribute__((fallthrough)); ../src/mesa/main/texformat.c:446:4: note: insert 'break;' to avoid fall-through case GL_LUMINANCE16_ALPHA16_SNORM: ^ break; 7 warnings generated. [638/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_textureview.c.o' In file included from ../src/mesa/main/textureview.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/textureview.c:508:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_2D_ARRAY: ^ ../src/mesa/main/textureview.c:508:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_2D_ARRAY: ^ __attribute__((fallthrough)); ../src/mesa/main/textureview.c:508:4: note: insert 'break;' to avoid fall-through case GL_TEXTURE_2D_ARRAY: ^ break; 4 warnings generated. [639/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texgetimage.c.o' In file included from ../src/mesa/main/texgetimage.c:33: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/texgetimage.c:49: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ ../src/mesa/main/texgetimage.c:968:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_1D_ARRAY: ^ ../src/mesa/main/texgetimage.c:968:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/mesa/main/texgetimage.c:968:4: note: insert 'break;' to avoid fall-through case GL_TEXTURE_1D_ARRAY: ^ break; 5 warnings generated. [640/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_vdpau.c.o' In file included from ../src/mesa/main/vdpau.c:38: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [641/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texgen.c.o' In file included from ../src/mesa/main/texgen.c:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [642/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texstorage.c.o' In file included from ../src/mesa/main/texstorage.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [643/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_common@sta/main_shader_query.cpp.o' [644/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_fxt1.c.o' In file included from ../src/mesa/main/texcompress_fxt1.c:36: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [645/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_astc.cpp.o' [646/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texturebindless.c.o' In file included from ../src/mesa/main/texturebindless.c:25: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [647/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_etc.c.o' In file included from ../src/mesa/main/texcompress_etc.c:45: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [648/1382] Compiling C object 'src/util/format/910b773@@mesa_format@sta/meson-generated_.._u_format_table.c.o' [649/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_transformfeedback.c.o' In file included from ../src/mesa/main/transformfeedback.c:35: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [650/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texstore.c.o' In file included from ../src/mesa/main/texstore.c:56: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/texstore.c:58: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ 4 warnings generated. [651/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texstate.c.o' In file included from ../src/mesa/main/texstate.c:33: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/texstate.c:252:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_LUMINANCE: ^ ../src/mesa/main/texstate.c:252:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_LUMINANCE: ^ __attribute__((fallthrough)); ../src/mesa/main/texstate.c:252:7: note: insert 'break;' to avoid fall-through case GL_LUMINANCE: ^ break; 4 warnings generated. [652/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_matrix.c.o' In file included from ../src/mesa/math/m_matrix.c:41: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [653/1382] Linking static target src/util/format/libmesa_format.a [654/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_version.c.o' In file included from ../src/mesa/main/version.c:27: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/version.c:594:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case API_OPENGL_CORE: ^ ../src/mesa/main/version.c:594:4: note: insert '__attribute__((fallthrough));' to silence this warning case API_OPENGL_CORE: ^ __attribute__((fallthrough)); ../src/mesa/main/version.c:594:4: note: insert 'break;' to avoid fall-through case API_OPENGL_CORE: ^ break; 4 warnings generated. [655/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_s3tc.c.o' In file included from ../src/mesa/main/texcompress_s3tc.c:35: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [656/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texcompress_bptc.c.o' In file included from ../src/mesa/main/texcompress_bptc.c:32: In file included from ../src/mesa/main/texcompress_bptc_tmp.h:33: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [657/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_debug_clip.c.o' In file included from ../src/mesa/math/m_debug_clip.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [658/1382] Linking target src/vulkan/device-select-layer/libVkLayer_MESA_device_select.so [659/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_debug_xform.c.o' In file included from ../src/mesa/math/m_debug_xform.c:30: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [660/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_vector.c.o' In file included from ../src/mesa/math/m_vector.c:33: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [661/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_mipmap.c.o' In file included from ../src/mesa/main/mipmap.c:35: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [662/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_uniforms.c.o' In file included from ../src/mesa/main/uniforms.c:40: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [663/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_shaderapi.c.o' In file included from ../src/mesa/main/shaderapi.c:40: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/shaderapi.c:42: In file included from ../src/mesa/main/glspirv.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 39 warnings generated. [664/1382] Linking target src/vulkan/overlay-layer/libVkLayer_MESA_overlay.so [665/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_x86_xform2.S.o' [666/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_exec.c.o' In file included from ../src/mesa/vbo/vbo_exec.c:30: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec.c:324:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TRIANGLE_FAN: ^ ../src/mesa/vbo/vbo_exec.c:324:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TRIANGLE_FAN: ^ __attribute__((fallthrough)); ../src/mesa/vbo/vbo_exec.c:324:4: note: insert 'break;' to avoid fall-through case GL_TRIANGLE_FAN: ^ break; ../src/mesa/vbo/vbo_exec.c:341:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_QUAD_STRIP: ^ ../src/mesa/vbo/vbo_exec.c:341:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_QUAD_STRIP: ^ __attribute__((fallthrough)); ../src/mesa/vbo/vbo_exec.c:341:4: note: insert 'break;' to avoid fall-through case GL_QUAD_STRIP: ^ break; 5 warnings generated. [667/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_context.c.o' In file included from ../src/mesa/vbo/vbo_context.c:29: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [668/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texparam.c.o' In file included from ../src/mesa/main/texparam.c:34: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/texparam.c:290:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/texparam.c:290:7: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/mesa/main/texparam.c:290:7: note: insert 'break;' to avoid fall-through default: ^ break; ../src/mesa/main/texparam.c:821:27: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] ((param > INT_MAX) ? INT_MAX : (GLint) (param + 0.5)) : ~ ^~~~~~~ /usr/lib/clang/10.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX' #define INT_MAX __INT_MAX__ ^~~~~~~~~~~ :38:21: note: expanded from here #define __INT_MAX__ 2147483647 ^~~~~~~~~~ ../src/mesa/main/texparam.c:1698:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_RED_TYPE_ARB: ^ ../src/mesa/main/texparam.c:1698:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_RED_TYPE_ARB: ^ __attribute__((fallthrough)); ../src/mesa/main/texparam.c:1698:7: note: insert 'break;' to avoid fall-through case GL_TEXTURE_RED_TYPE_ARB: ^ break; 6 warnings generated. [669/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_debug_norm.c.o' In file included from ../src/mesa/math/m_debug_norm.c:31: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [670/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_viewport.c.o' In file included from ../src/mesa/main/viewport.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [671/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_exec_draw.c.o' In file included from ../src/mesa/vbo/vbo_exec_draw.c:30: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [672/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_common_x86_asm.S.o' [673/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_es1_conversion.c.o' In file included from ../src/mesa/main/es1_conversion.c:6: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [674/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_x86_xform3.S.o' [675/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_texobj.c.o' In file included from ../src/mesa/main/texobj.c:32: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/texobj.c:77:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_NEAREST: ^ ../src/mesa/main/texobj.c:77:4: note: insert 'break;' to avoid fall-through case GL_NEAREST: ^ break; ../src/mesa/main/texobj.c:94:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_NEAREST: ^ ../src/mesa/main/texobj.c:94:4: note: insert 'break;' to avoid fall-through case GL_NEAREST: ^ break; ../src/mesa/main/texobj.c:392:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_RECTANGLE_NV: ^ ../src/mesa/main/texobj.c:392:7: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_RECTANGLE_NV: ^ __attribute__((fallthrough)); ../src/mesa/main/texobj.c:392:7: note: insert 'break;' to avoid fall-through case GL_TEXTURE_RECTANGLE_NV: ^ break; 6 warnings generated. [676/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_mmx_blend.S.o' [677/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_common_x86.c.o' [678/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_sse_xform1.S.o' [679/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_3dnow_xform4.S.o' [680/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_3dnow_xform1.S.o' [681/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_x86_cliptest.S.o' [682/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_x86_xform4.S.o' [683/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_3dnow_xform3.S.o' [684/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_minmax_index.c.o' In file included from ../src/mesa/vbo/vbo_minmax_index.c:30: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [685/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_3dnow_xform2.S.o' [686/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_sse_xform4.S.o' [687/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_save.c.o' In file included from ../src/mesa/vbo/vbo_save.c:29: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [688/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_sse_normal.S.o' [689/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_sse_xform2.S.o' [690/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_sse_xform3.S.o' [691/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_common@sta/main_uniform_query.cpp.o' [692/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/x86_read_rgba_span_x86.S.o' [693/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_primitive_restart.c.o' In file included from ../src/mesa/vbo/vbo_primitive_restart.c:33: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [694/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/math_m_translate.c.o' In file included from ../src/mesa/math/m_translate.c:32: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [695/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_save_draw.c.o' In file included from ../src/mesa/vbo/vbo_save_draw.c:30: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [696/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_vtxfmt.c.o' In file included from ../src/mesa/main/vtxfmt.c:30: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [697/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_exec_eval.c.o' In file included from ../src/mesa/vbo/vbo_exec_eval.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:142:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V( exec->vtx.attrptr[attr], ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:142:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:142:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:191:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V( exec->vtx.attrptr[attr], ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:191:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:191:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:230:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V( exec->vtx.attrptr[VBO_ATTRIB_NORMAL], ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:230:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_eval.c:230:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 12 warnings generated. [698/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_gen_mipmap.c.o' In file included from ../src/mesa/state_tracker/st_gen_mipmap.c:32: In file included from ../src/mesa/main/teximage.h:35: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_gen_mipmap.c:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [699/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_debug.c.o' In file included from ../src/mesa/state_tracker/st_debug.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_debug.c:38: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [700/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_draw.c.o' In file included from ../src/mesa/state_tracker/st_draw.c:42: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_draw.c:50: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_draw.c:65: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 5 warnings generated. [701/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_ir.cpp.o' [702/1382] Compiling C object 'src/mesa/drivers/dri/common/edfc35f@@megadriver_stub@sta/megadriver_stub.c.o' In file included from ../src/mesa/drivers/dri/common/megadriver_stub.c:27: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [703/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_draw_feedback.c.o' In file included from ../src/mesa/state_tracker/st_draw_feedback.c:29: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_draw_feedback.c:36: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [704/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_save_loopback.c.o' In file included from ../src/mesa/vbo/vbo_save_loopback.c:29: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [705/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated0.c.o' In file included from src/mapi/glapi/gen/marshal_generated0.c:30: In file included from ../src/mesa/main/glthread_marshal.h:34: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [706/1382] Linking static target src/mesa/drivers/dri/common/libmegadriver_stub.a [707/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_scissor.c.o' In file included from ../src/mesa/state_tracker/st_scissor.c:28: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [708/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_noop.c.o' In file included from ../src/mesa/vbo/vbo_noop.c:36: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [709/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_sampler_view.c.o' In file included from ../src/mesa/state_tracker/st_sampler_view.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_sampler_view.c:30: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [710/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_tgsi_lower_depth_clamp.c.o' [711/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_tgsi_lower_yuv.c.o' [712/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_manager.c.o' In file included from ../src/mesa/state_tracker/st_manager.c:28: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_manager.c:44: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [713/1382] Compiling C object 'src/loader/c9e3f98@@loader@sta/pci_id_driver_map.c.o' [714/1382] Compiling C object 'src/mesa/drivers/dri/common/edfc35f@@dricommon@sta/dri_util.c.o' In file included from ../src/mesa/drivers/dri/common/dri_util.c:44: In file included from ../src/mesa/drivers/dri/common/utils.h:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [715/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect_size.c.o' [716/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_nir_lower_tex_src_plane.c.o' In file included from ../src/mesa/state_tracker/st_nir_lower_tex_src_plane.c:33: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/state_tracker/st_nir_lower_tex_src_plane.c:35: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_nir_lower_tex_src_plane.c:35: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 40 warnings generated. [717/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_extensions.c.o' In file included from ../src/mesa/state_tracker/st_extensions.c:29: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/state_tracker/st_extensions.c:32: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_extensions.c:44: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 40 warnings generated. [718/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_nir_lower_builtin.c.o' In file included from ../src/mesa/state_tracker/st_nir_lower_builtin.c:59: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/state_tracker/st_nir_lower_builtin.c:62: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_nir_lower_builtin.c:62: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 40 warnings generated. [719/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_nir_builtins.c.o' In file included from ../src/mesa/state_tracker/st_nir_builtins.c:24: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_nir_builtins.c:24: In file included from ../src/mesa/state_tracker/st_nir.h:27: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_nir_builtins.c:26: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 40 warnings generated. [720/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_mesa_to_tgsi.c.o' In file included from ../src/mesa/state_tracker/st_mesa_to_tgsi.c:41: In file included from ../src/mesa/state_tracker/st_mesa_to_tgsi.h:33: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_mesa_to_tgsi.c:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [721/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_texture.c.o' In file included from ../src/mesa/state_tracker/st_texture.c:30: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_texture.c:30: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/mesa/state_tracker/st_texture.c:188:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_TEXTURE_3D: ^ ../src/mesa/state_tracker/st_texture.c:188:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_TEXTURE_3D: ^ __attribute__((fallthrough)); ../src/mesa/state_tracker/st_texture.c:188:4: note: insert 'break;' to avoid fall-through case GL_TEXTURE_3D: ^ break; 5 warnings generated. [722/1382] Compiling C object 'src/loader/c9e3f98@@loader@sta/loader.c.o' [723/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/compsize.c.o' [724/1382] Compiling C object 'src/gbm/cd6bfad@@gbm@sha/main_gbm.c.o' [725/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/clientinfo.c.o' [726/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_vdpau.c.o' In file included from ../src/mesa/state_tracker/st_vdpau.c:36: In file included from ../src/mesa/main/texobj.h:36: In file included from ../src/mesa/main/samplerobj.h:30: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_vdpau.c:42: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [727/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_nir.cpp.o' [728/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_shader_cache.c.o' In file included from ../src/mesa/state_tracker/st_shader_cache.c:26: In file included from ../src/mesa/state_tracker/st_program.h:37: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_shader_cache.c:26: In file included from ../src/mesa/state_tracker/st_program.h:42: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_shader_cache.c:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 40 warnings generated. [729/1382] Linking static target src/loader/libloader.a [730/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/clientattrib.c.o' [731/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/create_context.c.o' [732/1382] Compiling C object 'src/mesa/drivers/dri/common/edfc35f@@dricommon@sta/utils.c.o' In file included from ../src/mesa/drivers/dri/common/utils.c:37: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [733/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri_common_interop.c.o' [734/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_teximage.c.o' In file included from ../src/mesa/main/teximage.c:34: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/teximage.c:1495:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/mesa/main/teximage.c:1495:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/mesa/main/teximage.c:3576:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: ^ ../src/mesa/main/teximage.c:3576:10: note: insert '__attribute__((fallthrough));' to silence this warning case 2: ^ __attribute__((fallthrough)); ../src/mesa/main/teximage.c:3576:10: note: insert 'break;' to avoid fall-through case 2: ^ break; ../src/mesa/main/teximage.c:3580:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: ^ ../src/mesa/main/teximage.c:3580:10: note: insert '__attribute__((fallthrough));' to silence this warning case 1: ^ __attribute__((fallthrough)); ../src/mesa/main/teximage.c:3580:10: note: insert 'break;' to avoid fall-through case 1: ^ break; ../src/mesa/main/teximage.c:4205:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: ^ ../src/mesa/main/teximage.c:4205:4: note: insert '__attribute__((fallthrough));' to silence this warning case 2: ^ __attribute__((fallthrough)); ../src/mesa/main/teximage.c:4205:4: note: insert 'break;' to avoid fall-through case 2: ^ break; ../src/mesa/main/teximage.c:4209:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: ^ ../src/mesa/main/teximage.c:4209:4: note: insert '__attribute__((fallthrough));' to silence this warning case 1: ^ __attribute__((fallthrough)); ../src/mesa/main/teximage.c:4209:4: note: insert 'break;' to avoid fall-through case 1: ^ break; ../src/mesa/main/teximage.c:5732:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TEX_MODE_CURRENT_ERROR: ^ ../src/mesa/main/teximage.c:5732:7: note: insert '__attribute__((fallthrough));' to silence this warning case TEX_MODE_CURRENT_ERROR: ^ __attribute__((fallthrough)); ../src/mesa/main/teximage.c:5732:7: note: insert 'break;' to avoid fall-through case TEX_MODE_CURRENT_ERROR: ^ break; 9 warnings generated. [735/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/eval.c.o' [736/1382] Linking static target src/mesa/drivers/dri/common/libdricommon.a [737/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxconfig.c.o' [738/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi_private.cpp.o' [739/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri_common.c.o' [740/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri_common_query_renderer.c.o' [741/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxcurrent.c.o' [742/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxhash.c.o' [743/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glx_error.c.o' [744/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glx_query.c.o' [745/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect_init.c.o' [746/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_glx.c.o' [747/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/drisw_glx.c.o' [748/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxextensions.c.o' [749/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_pbo.c.o' In file included from ../src/mesa/state_tracker/st_pbo.c:31: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_pbo.c:31: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/mesa/state_tracker/st_pbo.c:45: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 40 warnings generated. [750/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_window_pos.c.o' [751/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glx_pbuffer.c.o' [752/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_vertex_program.c.o' [753/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_texture_compression.c.o' [754/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_transpose_matrix.c.o' [755/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_varray.c.o' In file included from ../src/mesa/main/varray.c:32: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 3 warnings generated. [756/1382] Compiling C object 'src/loader/c9e3f98@@loader_dri3_helper@sta/loader_dri3_helper.c.o' [757/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/renderpix.c.o' [758/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/query_renderer.c.o' [759/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/singlepix.c.o' [760/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi_array_merge.cpp.o' [761/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/pixel.c.o' [762/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/render2.c.o' [763/1382] Linking static target src/loader/libloader_dri3_helper.a [764/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/vertarr.c.o' [765/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_program.c.o' In file included from ../src/mesa/state_tracker/st_program.c:37: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/state_tracker/st_program.c:40: In file included from ../src/mesa/program/prog_to_nir.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/mesa/state_tracker/st_program.c:61: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/mesa/state_tracker/st_program.c:1022:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VARYING_SLOT_TEX0: ^ ../src/mesa/state_tracker/st_program.c:1022:10: note: insert '__attribute__((fallthrough));' to silence this warning case VARYING_SLOT_TEX0: ^ __attribute__((fallthrough)); ../src/mesa/state_tracker/st_program.c:1022:10: note: insert 'break;' to avoid fall-through case VARYING_SLOT_TEX0: ^ break; ../src/mesa/state_tracker/st_program.c:1038:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VARYING_SLOT_VAR0: ^ ../src/mesa/state_tracker/st_program.c:1038:10: note: insert '__attribute__((fallthrough));' to silence this warning case VARYING_SLOT_VAR0: ^ __attribute__((fallthrough)); ../src/mesa/state_tracker/st_program.c:1038:10: note: insert 'break;' to avoid fall-through case VARYING_SLOT_VAR0: ^ break; ../src/mesa/state_tracker/st_program.c:1114:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: { ^ ../src/mesa/state_tracker/st_program.c:1114:10: note: insert '__attribute__((fallthrough));' to silence this warning default: { ^ __attribute__((fallthrough)); ../src/mesa/state_tracker/st_program.c:1114:10: note: insert 'break;' to avoid fall-through default: { ^ break; 43 warnings generated. [766/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxext.c.o' [767/1382] Compiling C object 'src/gbm/cd6bfad@@gbm@sha/main_backend.c.o' [768/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/pixelstore.c.o' [769/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/xfont.c.o' [770/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxglvnd.c.o' [771/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/XF86dri.c.o' [772/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/glxcmds.c.o' [773/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/single2.c.o' [774/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/g_glxglvnddispatchfuncs.c.o' [775/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_fs.c.o' In file included from ../src/gallium/auxiliary/draw/draw_fs.c:32: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [776/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri2.c.o' [777/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri_glx.c.o' [778/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi_temprename.cpp.o' [779/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/cso_cache_cso_cache.c.o' [780/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_offset.c.o' [781/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/cso_cache_cso_hash.c.o' [782/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/indirect_vertex_array.c.o' ../src/glx/indirect_vertex_array.c:1753:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case GL_SHORT: ^ ../src/glx/indirect_vertex_array.c:1753:4: note: insert '__attribute__((fallthrough));' to silence this warning case GL_SHORT: ^ __attribute__((fallthrough)); ../src/glx/indirect_vertex_array.c:1753:4: note: insert 'break;' to avoid fall-through case GL_SHORT: ^ break; 1 warning generated. [783/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_stipple.c.o' [784/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_flatshade.c.o' [785/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_util.c.o' [786/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_twoside.c.o' [787/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_unfilled.c.o' [788/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri2_glx.c.o' [789/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/dri3_glx.c.o' [790/1382] Generating g_egldispatchstubs.h with a meson_exe.py custom command [791/1382] Generating u_indices_gen.c with a meson_exe.py custom command [792/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_cull.c.o' [793/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_csc.c.o' [794/1382] Generating u_unfilled_gen.c with a meson_exe.py custom command [795/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_user_cull.c.o' ../src/gallium/auxiliary/draw/draw_pipe_user_cull.c:41:39: warning: unused function 'user_cull_stage' [-Wunused-function] static inline struct user_cull_stage *user_cull_stage( struct draw_stage *stage ) ^ 1 warning generated. [796/1382] Compiling C object 'src/gbm/cd6bfad@@gbm@sha/backends_dri_gbm_dri.c.o' [797/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_validate.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pipe_validate.c:33: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [798/1382] Generating g_egldispatchstubs.c with a meson_exe.py custom command [799/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_wide_line.c.o' [800/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_emit.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt_emit.c:36: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [801/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_context.c.o' In file included from ../src/gallium/auxiliary/draw/draw_context.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/auxiliary/draw/draw_context.c:40: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [802/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_egllog.c.o' [803/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglsync.c.o' [804/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_clip.c.o' [805/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_fetch_emit.c.o' [806/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_egldriver.c.o' [807/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_vbuf.c.o' [808/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_fetch.c.o' [809/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/meson-generated_.._wayland_wayland-drm_linux-dmabuf-unstable-v1-protocol.c.o' [810/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglglobals.c.o' [811/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_wide_point.c.o' [812/1382] Linking target src/gbm/libgbm.so.1.0.0 [813/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt.c:42: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [814/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_fetch_shade_emit.c.o' [815/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglarray.c.o' [816/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglsurface.c.o' [817/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_pstipple.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pipe_pstipple.c:41: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/auxiliary/draw/draw_pipe_pstipple.c:54: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 37 warnings generated. [818/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pipe_aaline.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pipe_aaline.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/auxiliary/draw/draw_pipe_aaline.c:51: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 37 warnings generated. [819/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglcurrent.c.o' [820/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/cso_cache_cso_context.c.o' In file included from ../src/gallium/auxiliary/cso_cache/cso_context.c:41: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [821/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglglvnd.c.o' [822/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglimage.c.o' [823/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglcontext.c.o' [824/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/meson-generated_.._g_egldispatchstubs.c.o' [825/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_egldevice.c.o' ../src/egl/main/egldevice.c:244:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/egl/main/egldevice.c:244:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/egl/main/egldevice.c:244:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [826/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_egldispatchstubs.c.o' [827/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_util.c.o' [828/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglconfig.c.o' [829/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_vertex.c.o' [830/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_egldisplay.c.o' [831/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_platform_device.c.o' [832/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_platform_x11_dri3.c.o' [833/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_prim_assembler.c.o' In file included from ../src/gallium/auxiliary/draw/draw_prim_assembler.c:35: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [834/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_fetch_shade_pipeline.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [835/1382] Generating symbol file 'src/gbm/cd6bfad@@gbm@sha/libgbm.so.1.0.0.symbols' [836/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_vs_exec.c.o' [837/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_vs_variant.c.o' [838/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_vs.c.o' [839/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_bicubic_filter.c.o' In file included from ../src/gallium/auxiliary/vl/vl_bicubic_filter.c:41: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [840/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_ddebug_dd_screen.c.o' [841/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_tess.c.o' In file included from ../src/gallium/auxiliary/draw/draw_tess.c:32: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [842/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_noop_noop_state.c.o' In file included from ../src/gallium/auxiliary/driver_noop/noop_state.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [843/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_platform_x11.c.o' [844/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_platform_drm.c.o' [845/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_gs.c.o' In file included from ../src/gallium/auxiliary/draw/draw_gs.c:43: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [846/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_rbug_rbug_screen.c.o' [847/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_noop_noop_pipe.c.o' In file included from ../src/gallium/auxiliary/driver_noop/noop_pipe.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [848/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_rbug_rbug_objects.c.o' In file included from ../src/gallium/auxiliary/driver_rbug/rbug_objects.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [849/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/meson-generated_.._u_unfilled_gen.c.o' In file included from src/gallium/auxiliary/u_unfilled_gen.c:1416: In file included from ../src/gallium/auxiliary/indices/u_unfilled_indices.c:33: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [850/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_trace_tr_texture.c.o' In file included from ../src/gallium/auxiliary/driver_trace/tr_texture.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [851/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_post_vs.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt_post_vs.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [852/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_so_emit.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt_so_emit.c:40: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [853/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_trace_tr_screen.c.o' [854/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_trace_tr_dump.c.o' [855/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_font.c.o' In file included from ../src/gallium/auxiliary/hud/font.c:59: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [856/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_nic.c.o' [857/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_cpufreq.c.o' [858/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_ddebug_dd_context.c.o' In file included from ../src/gallium/auxiliary/driver_ddebug/dd_context.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [859/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_cpu.c.o' [860/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_trace_tr_dump_state.c.o' [861/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_fps.c.o' [862/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_rbug_rbug_core.c.o' In file included from ../src/gallium/auxiliary/driver_rbug/rbug_core.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [863/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_diskstat.c.o' [864/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_frametime.c.o' [865/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_rbug_rbug_context.c.o' In file included from ../src/gallium/auxiliary/driver_rbug/rbug_context.c:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [866/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_sensors_temp.c.o' [867/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/os_os_process.c.o' [868/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/indices_u_primconvert.c.o' In file included from ../src/gallium/auxiliary/indices/u_primconvert.c:45: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [869/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_driver_query.c.o' [870/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_celshade.c.o' [871/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_platform_wayland.c.o' [872/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_bufmgr_debug.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c:45: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [873/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_colors.c.o' [874/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_vsplit.c.o' [875/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_bufmgr_cache.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c:43: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [876/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_program.c.o' In file included from ../src/gallium/auxiliary/postprocess/pp_program.c:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [877/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_connection.c.o' [878/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_bufmgr_mm.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c:42: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [879/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rtasm_rtasm_cpu.c.o' [880/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_demarshal.c.o' [881/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_slab.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_slab.c:28: In file included from ../src/gallium/auxiliary/pipebuffer/pb_slab.h:47: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [882/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_validate.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_validate.c:42: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [883/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_cache.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.c:29: In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.h:32: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [884/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_core.c.o' [885/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/main_eglapi.c.o' [886/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_bufmgr_slab.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c:46: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [887/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_init.c.o' In file included from ../src/gallium/auxiliary/postprocess/pp_init.c:34: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [888/1382] Compiling C object 'src/egl/cb1d4f8@@EGL_mesa@sha/drivers_dri2_egl_dri2.c.o' [889/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_shader.c.o' [890/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_context.c.o' [891/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rtasm_rtasm_execmem.c.o' [892/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_run.c.o' In file included from ../src/gallium/auxiliary/postprocess/pp_run.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [893/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rbug_rbug_texture.c.o' [894/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_trace_tr_context.c.o' In file included from ../src/gallium/auxiliary/driver_trace/tr_context.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [895/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_emulate.c.o' [896/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/pipebuffer_pb_buffer_fenced.c.o' In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c:52: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [897/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_iterate.c.o' [898/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_aa_point.c.o' [899/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_from_mesa.c.o' ../src/gallium/auxiliary/tgsi/tgsi_from_mesa.c:161:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VARYING_SLOT_VAR0: ^ ../src/gallium/auxiliary/tgsi/tgsi_from_mesa.c:161:4: note: insert '__attribute__((fallthrough));' to silence this warning case VARYING_SLOT_VAR0: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/tgsi/tgsi_from_mesa.c:161:4: note: insert 'break;' to avoid fall-through case VARYING_SLOT_VAR0: ^ break; 1 warning generated. [900/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_info.c.o' [901/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/postprocess_pp_mlaa.c.o' In file included from ../src/gallium/auxiliary/postprocess/pp_mlaa.c:50: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [902/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_parse.c.o' [903/1382] Linking target src/egl/libEGL_mesa.so.0.0.0 [904/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_build.c.o' [905/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_dynamic_indexing.c.o' [906/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_strings.c.o' [907/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_transform.c.o' [908/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/translate_translate.c.o' [909/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_save_api.c.o' In file included from ../src/mesa/vbo/vbo_save_api.c:71: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:743:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: ^ ../src/mesa/vbo/vbo_save_api.c:743:7: note: insert '__attribute__((fallthrough));' to silence this warning case 3: ^ __attribute__((fallthrough)); ../src/mesa/vbo/vbo_save_api.c:743:7: note: insert 'break;' to avoid fall-through case 3: ^ break; ../src/mesa/vbo/vbo_save_api.c:746:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: ^ ../src/mesa/vbo/vbo_save_api.c:746:7: note: insert '__attribute__((fallthrough));' to silence this warning case 2: ^ __attribute__((fallthrough)); ../src/mesa/vbo/vbo_save_api.c:746:7: note: insert 'break;' to avoid fall-through case 2: ^ break; ../src/mesa/vbo/vbo_save_api.c:749:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: ^ ../src/mesa/vbo/vbo_save_api.c:749:7: note: insert '__attribute__((fallthrough));' to silence this warning case 1: ^ __attribute__((fallthrough)); ../src/mesa/vbo/vbo_save_api.c:749:7: note: insert 'break;' to avoid fall-through case 1: ^ break; ../src/mesa/vbo/vbo_save_api.c:845:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dest, newsz, save->current[attr]); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:845:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:845:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:851:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dest, sz, data); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:851:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_save_api.c:851:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 12 warnings generated. [910/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/driver_ddebug_dd_draw.c.o' In file included from ../src/gallium/auxiliary/driver_ddebug/dd_draw.c:34: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [911/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/translate_translate_cache.c.o' [912/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/hud_hud_context.c.o' In file included from ../src/gallium/auxiliary/hud/hud_context.c:48: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [913/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_vpos.c.o' [914/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_util.c.o' [915/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_point_sprite.c.o' [916/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_flush.c.o' [917/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_two_side.c.o' [918/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_dump.c.o' [919/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_sanity.c.o' In file included from ../src/gallium/auxiliary/tgsi/tgsi_sanity.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [920/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_async_debug.c.o' [921/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_bitmask.c.o' [922/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_describe.c.o' [923/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_image.c.o' In file included from ../src/gallium/auxiliary/util/u_debug_image.c:29: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [924/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_handle_table.c.o' [925/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_cache.c.o' [926/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_hash_table.c.o' [927/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_linear.c.o' [928/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_compute.c.o' In file included from ../src/gallium/auxiliary/util/u_compute.c:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [929/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_gen_mipmap.c.o' In file included from ../src/gallium/auxiliary/util/u_gen_mipmap.c:40: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [930/1382] Compiling C object 'src/glx/3cd34c0@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect.c.o' [931/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_idalloc.c.o' [932/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_log.c.o' [933/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_blit.c.o' In file included from ../src/gallium/auxiliary/util/u_blit.c:39: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [934/1382] Linking static target src/glx/libglx.a [935/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_framebuffer.c.o' In file included from ../src/gallium/auxiliary/util/u_framebuffer.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [936/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_prim.c.o' In file included from ../src/gallium/auxiliary/util/u_prim.c:23: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [937/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_network.c.o' [938/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_scan.c.o' In file included from ../src/gallium/auxiliary/tgsi/tgsi_scan.c:40: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [939/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_screen.c.o' [940/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_helpers.c.o' In file included from ../src/gallium/auxiliary/util/u_helpers.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [941/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_sampler.c.o' [942/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_index_modify.c.o' In file included from ../src/gallium/auxiliary/util/u_index_modify.c:25: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [943/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_split_draw.c.o' [944/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_resource.c.o' [945/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_texture.c.o' [946/1382] Linking target src/glx/libGLX_mesa.so.0.0.0 [947/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_suballoc.c.o' In file included from ../src/gallium/auxiliary/util/u_suballoc.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [948/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_prim_restart.c.o' In file included from ../src/gallium/auxiliary/util/u_prim_restart.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [949/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_lowering.c.o' ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1073:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_2D: ^ ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1073:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1073:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_2D: ^ break; ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1084:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_1D: ^ ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1084:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_1D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/tgsi/tgsi_lowering.c:1084:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_1D: ^ break; 2 warnings generated. [950/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_pstipple.c.o' In file included from ../src/gallium/auxiliary/util/u_pstipple.c:46: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [951/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/translate_translate_generic.c.o' [952/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_transfer.c.o' In file included from ../src/gallium/auxiliary/util/u_transfer.c:3: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [953/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/translate_translate_sse.c.o' [954/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_debug_stack.c.o' [955/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_tile.c.o' In file included from ../src/gallium/auxiliary/util/u_tile.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [956/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/renderonly_renderonly.c.o' In file included from ../src/gallium/auxiliary/renderonly/renderonly.c:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [957/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_upload_mgr.c.o' In file included from ../src/gallium/auxiliary/util/u_upload_mgr.c:33: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [958/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_transfer_helper.c.o' In file included from ../src/gallium/auxiliary/util/u_transfer_helper.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/auxiliary/util/u_transfer_helper.c:405:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_FORMAT_X32_S8X24_UINT: ^ ../src/gallium/auxiliary/util/u_transfer_helper.c:405:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_FORMAT_X32_S8X24_UINT: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_transfer_helper.c:405:4: note: insert 'break;' to avoid fall-through case PIPE_FORMAT_X32_S8X24_UINT: ^ break; ../src/gallium/auxiliary/util/u_transfer_helper.c:422:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_FORMAT_X24S8_UINT: ^ ../src/gallium/auxiliary/util/u_transfer_helper.c:422:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_FORMAT_X24S8_UINT: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_transfer_helper.c:422:4: note: insert 'break;' to avoid fall-through case PIPE_FORMAT_X24S8_UINT: ^ break; 3 warnings generated. [959/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_arit_overflow.c.o' [960/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_assert.c.o' [961/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_bitarit.c.o' [962/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/meson-generated_.._.._mapi_glapi_gen_api_exec.c.o' In file included from src/mapi/glapi/gen/api_exec.c:40: In file included from ../src/mesa/main/blend.h:37: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from src/mapi/glapi/gen/api_exec.c:68: In file included from ../src/mesa/main/glspirv.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 39 warnings generated. [963/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_live_shader_cache.c.o' In file included from ../src/gallium/auxiliary/util/u_live_shader_cache.c:27: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/auxiliary/util/u_live_shader_cache.c:31: In file included from ../src/compiler/nir/nir_serialize.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 37 warnings generated. [964/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_surface.c.o' In file included from ../src/gallium/auxiliary/util/u_surface.c:40: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [965/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_coro.c.o' [966/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_const.c.o' [967/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_tests.c.o' In file included from ../src/gallium/auxiliary/util/u_tests.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [968/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_aos_array.c.o' [969/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format.c.o' [970/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_flow.c.o' [971/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_float.c.o' [972/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_srgb.c.o' [973/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_ureg.c.o' In file included from ../src/gallium/auxiliary/tgsi/tgsi_ureg.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [974/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_conv.c.o' [975/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_gather.c.o' [976/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_init.c.o' [977/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_intr.c.o' [978/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_ir_common.c.o' [979/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_blitter.c.o' In file included from ../src/gallium/auxiliary/util/u_blitter.c:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/auxiliary/util/u_blitter.c:1384:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case UTIL_BLITTER_ATTRIB_TEXCOORD_XY: ^ ../src/gallium/auxiliary/util/u_blitter.c:1384:7: note: insert '__attribute__((fallthrough));' to silence this warning case UTIL_BLITTER_ATTRIB_TEXCOORD_XY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_blitter.c:1384:7: note: insert 'break;' to avoid fall-through case UTIL_BLITTER_ATTRIB_TEXCOORD_XY: ^ break; 2 warnings generated. [980/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_yuv.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c:338:6: warning: explicitly assigning value of variable of type 'LLVMValueRef' (aka 'struct LLVMOpaqueValue *') to itself [-Wself-assign] r = r; ~ ^ ~ 1 warning generated. [981/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_aos.c.o' [982/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_logic.c.o' [983/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_quad.c.o' [984/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_printf.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_printf.c:177:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/gallivm/lp_bld_printf.c:177:5: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_printf.c:177:5: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [985/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_soa.c.o' [986/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_vbuf.c.o' In file included from ../src/gallium/auxiliary/util/u_vbuf.c:92: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [987/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_struct.c.o' [988/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_simple_shaders.c.o' [989/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_arit.c.o' [990/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_pack.c.o' [991/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_type.c.o' [992/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/nir_nir_draw_helpers.c.o' In file included from ../src/gallium/auxiliary/nir/nir_draw_helpers.c:35: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [993/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/rtasm_rtasm_x86sse.c.o' [994/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_tgsi_aos.c.o' [995/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_swizzle.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_swizzle.c:411:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_SWIZZLE_X: ^ ../src/gallium/auxiliary/gallivm/lp_bld_swizzle.c:411:13: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_SWIZZLE_X: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_swizzle.c:411:13: note: insert 'break;' to avoid fall-through case PIPE_SWIZZLE_X: ^ break; 1 warning generated. [996/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_text.c.o' In file included from ../src/gallium/auxiliary/tgsi/tgsi_text.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/auxiliary/tgsi/tgsi_text.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 2 warnings generated. [997/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_llvm_sample.c.o' [998/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_sample_aos.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c:516:8: warning: variable 'y_subcoord' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (dims >= 2) { ^~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c:549:52: note: uninitialized use occurs here x_subcoord, y_subcoord, ^~~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c:516:4: note: remove the 'if' if its condition is always true if (dims >= 2) { ^~~~~~~~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c:457:39: note: initialize the variable 'y_subcoord' to silence this warning LLVMValueRef x_subcoord, y_subcoord, z_subcoord; ^ = NULL 1 warning generated. [999/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/vbo_vbo_exec_api.c.o' In file included from ../src/mesa/vbo/vbo_exec_api.c:34: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:375:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dest + new_offset, newSize, tmp); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:375:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:375:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:378:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dest + new_offset, sz, current); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:378:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:378:19: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:382:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dest + new_offset, sz, data + old_offset); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:382:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/vbo/vbo_exec_api.c:382:16: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 12 warnings generated. [1000/1382] Compiling C++ object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tessellator_p_tessellator.cpp.o' ../src/gallium/auxiliary/tessellator/p_tessellator.cpp:46:36: warning: private field 'indices' is not used [-Wunused-private-field] PIPE_ALIGN_VAR(32) uint32_t indices[3][MAX_INDEX_COUNT / 3]; ^ 1 warning generated. [1001/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_sample.c.o' [1002/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_tgsi.c.o' [1003/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_format_s3tc.c.o' [1004/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_tgsi_info.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:461:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:461:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1005/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_decoder.c.o' In file included from ../src/gallium/auxiliary/vl/vl_decoder.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1006/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_tgsi_action.c.o' [1007/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_vs_llvm.c.o' In file included from ../src/gallium/auxiliary/draw/draw_vs_llvm.c:41: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1008/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_pt_fetch_shade_pipeline_llvm.c.o' In file included from ../src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1009/1382] Compiling C object 'src/gallium/winsys/sw/null/b2e1a32@@ws_null@sta/null_sw_winsys.c.o' [1010/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_compositor_cs.c.o' In file included from ../src/gallium/auxiliary/vl/vl_compositor_cs.c:33: In file included from ../src/gallium/auxiliary/vl/vl_compositor_cs.h:33: In file included from ../src/gallium/auxiliary/vl/vl_compositor.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1011/1382] Compiling C++ object 'src/mesa/bbe4a73@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi.cpp.o' [1012/1382] Compiling C object 'src/gallium/auxiliary/pipe-loader/8ec331e@@pipe_loader_static@sta/pipe_loader_sw.c.o' [1013/1382] Compiling C object 'src/gallium/auxiliary/pipe-loader/8ec331e@@pipe_loader_static@sta/pipe_loader_drm.c.o' [1014/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_compositor.c.o' In file included from ../src/gallium/auxiliary/vl/vl_compositor.c:30: In file included from ../src/gallium/auxiliary/vl/vl_compositor_gfx.h:31: In file included from ../src/gallium/auxiliary/vl/vl_compositor.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1015/1382] Linking static target src/mesa/libmesa_gallium.a [1016/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvlwinsys@sta/vl_vl_winsys_drm.c.o' [1017/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_matrix_filter.c.o' In file included from ../src/gallium/auxiliary/vl/vl_matrix_filter.c:39: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1018/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_vertex_buffers.c.o' In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.c:30: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1019/1382] Linking static target src/gallium/winsys/sw/null/libws_null.a [1020/1382] Compiling C object 'src/gallium/auxiliary/pipe-loader/8ec331e@@pipe_loader_static@sta/pipe_loader.c.o' In file included from ../src/gallium/auxiliary/pipe-loader/pipe_loader.c:30: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1021/1382] Linking static target src/gallium/auxiliary/pipe-loader/libpipe_loader_static.a [1022/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_median_filter.c.o' In file included from ../src/gallium/auxiliary/vl/vl_median_filter.c:37: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1023/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/util_u_threaded_context.c.o' In file included from ../src/gallium/auxiliary/util/u_threaded_context.c:27: In file included from ../src/gallium/auxiliary/util/u_threaded_context.h:186: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1024/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_nir_soa.c.o' In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c:26: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1025/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_video_buffer.c.o' In file included from ../src/gallium/auxiliary/vl/vl_video_buffer.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1026/1382] Compiling C object 'src/gallium/winsys/sw/wrapper/9f32346@@wsw@sta/wrapper_sw_winsys.c.o' In file included from ../src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1027/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_deint_filter.c.o' In file included from ../src/gallium/auxiliary/vl/vl_deint_filter.c:53: In file included from ../src/gallium/auxiliary/vl/vl_video_buffer.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1028/1382] Compiling C object 'src/gallium/winsys/sw/kms-dri/768d376@@swkmsdri@sta/kms_dri_sw_winsys.c.o' In file included from ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:47: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:424:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:424:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:455:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:455:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c:455:4: note: insert 'break;' to avoid fall-through default: ^ break; 3 warnings generated. [1029/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvlwinsys@sta/vl_vl_winsys_dri.c.o' In file included from ../src/gallium/auxiliary/vl/vl_winsys_dri.c:50: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1030/1382] Linking static target src/gallium/winsys/sw/wrapper/libwsw.a [1031/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/nir_nir_to_tgsi_info.c.o' In file included from ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:32: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:350:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case INTERP_MODE_SMOOTH: ^ ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:350:13: note: insert '__attribute__((fallthrough));' to silence this warning case INTERP_MODE_SMOOTH: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:350:13: note: insert 'break;' to avoid fall-through case INTERP_MODE_SMOOTH: ^ break; ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:551:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case INTERP_MODE_SMOOTH: ^ ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:551:10: note: insert '__attribute__((fallthrough));' to silence this warning case INTERP_MODE_SMOOTH: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/nir/nir_to_tgsi_info.c:551:10: note: insert 'break;' to avoid fall-through case INTERP_MODE_SMOOTH: ^ break; 38 warnings generated. [1032/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_surface.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_surface.c:31: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1033/1382] Linking static target src/gallium/winsys/sw/kms-dri/libswkmsdri.a [1034/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_mc.c.o' In file included from ../src/gallium/auxiliary/vl/vl_mc.c:38: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1035/1382] Compiling C object 'src/gallium/winsys/sw/dri/2837117@@swdri@sta/dri_sw_winsys.c.o' In file included from ../src/gallium/winsys/sw/dri/dri_sw_winsys.c:43: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1036/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_rasterizer.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_rasterizer.c:30: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1037/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_sample_soa.c.o' ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2176:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEX_MIPFILTER_LINEAR: ^ ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2176:10: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEX_MIPFILTER_LINEAR: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2176:10: note: insert 'break;' to avoid fall-through case PIPE_TEX_MIPFILTER_LINEAR: ^ break; ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2202:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEX_MIPFILTER_NONE: ^ ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2202:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEX_MIPFILTER_NONE: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c:2202:4: note: insert 'break;' to avoid fall-through case PIPE_TEX_MIPFILTER_NONE: ^ break; 2 warnings generated. [1038/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_so.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_so.c:28: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1039/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvlwinsys@sta/vl_vl_winsys_dri3.c.o' In file included from ../src/gallium/auxiliary/vl/vl_winsys_dri3.c:43: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1040/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_fence.c.o' [1041/1382] Linking static target src/gallium/winsys/sw/dri/libswdri.a [1042/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_buffer.c.o' In file included from ../src/gallium/drivers/softpipe/sp_buffer.c:24: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1043/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_mpeg12_decoder.c.o' In file included from ../src/gallium/auxiliary/vl/vl_mpeg12_decoder.c:36: In file included from ../src/gallium/auxiliary/vl/vl_mpeg12_decoder.h:31: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1044/1382] Linking static target src/gallium/auxiliary/libgalliumvlwinsys.a [1045/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_tgsi_soa.c.o' In file included from ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:44: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2088:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_1D: ^ ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2088:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_1D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2088:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_1D: ^ break; ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2095:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_2D: ^ ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2095:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2095:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_2D: ^ break; ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2103:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_SHADOW1D: ^ ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2103:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_SHADOW1D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:2103:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_SHADOW1D: ^ break; 4 warnings generated. [1046/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_compute.c.o' In file included from ../src/gallium/drivers/softpipe/sp_compute.c:23: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1047/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_draw_arrays.c.o' In file included from ../src/gallium/drivers/softpipe/sp_draw_arrays.c:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/softpipe/sp_draw_arrays.c:38: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1048/1382] Compiling C++ object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_debug.cpp.o' [1049/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_clear.c.o' In file included from ../src/gallium/drivers/softpipe/sp_clear.c:39: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1050/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_context.c.o' In file included from ../src/gallium/drivers/softpipe/sp_context.c:39: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1051/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_flush.c.o' In file included from ../src/gallium/drivers/softpipe/sp_flush.c:37: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1052/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_fs_exec.c.o' In file included from ../src/gallium/drivers/softpipe/sp_fs_exec.c:32: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1053/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_compositor_gfx.c.o' In file included from ../src/gallium/auxiliary/vl/vl_compositor_gfx.c:43: In file included from ../src/gallium/auxiliary/vl/vl_compositor_gfx.h:31: In file included from ../src/gallium/auxiliary/vl/vl_compositor.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1054/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_quad_stipple.c.o' In file included from ../src/gallium/drivers/softpipe/sp_quad_stipple.c:6: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1055/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_quad_pipe.c.o' In file included from ../src/gallium/drivers/softpipe/sp_quad_pipe.c:29: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1056/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_blend.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_blend.c:34: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1057/1382] Compiling C++ object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tessellator_tessellator.cpp.o' [1058/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_quad_fs.c.o' In file included from ../src/gallium/drivers/softpipe/sp_quad_fs.c:44: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1059/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_query.c.o' In file included from ../src/gallium/drivers/softpipe/sp_query.c:36: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/drivers/softpipe/sp_query.c:159:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_QUERY_TIME_ELAPSED: ^ ../src/gallium/drivers/softpipe/sp_query.c:159:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_QUERY_TIME_ELAPSED: ^ __attribute__((fallthrough)); ../src/gallium/drivers/softpipe/sp_query.c:159:4: note: insert 'break;' to avoid fall-through case PIPE_QUERY_TIME_ELAPSED: ^ break; 2 warnings generated. [1060/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_zscan.c.o' In file included from ../src/gallium/auxiliary/vl/vl_zscan.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1061/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_screen.c.o' In file included from ../src/gallium/drivers/softpipe/sp_screen.c:45: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1062/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_clip.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_clip.c:30: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1063/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_prim_vbuf.c.o' In file included from ../src/gallium/drivers/softpipe/sp_prim_vbuf.c:39: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/softpipe/sp_prim_vbuf.c:46: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1064/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_image.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_image.c:24: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1065/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_nir.c.o' In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:26: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:807:4: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:811:11: note: uninitialized use occurs here return result; ^~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:449:23: note: initialize the variable 'result' to silence this warning LLVMValueRef result; ^ = NULL ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:966:8: warning: variable 'const_index' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (var) { ^~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:983:92: note: uninitialized use occurs here bld_base->load_var(bld_base, mode, nc, bit_size, var, vertex_index, indir_vertex_index, const_index, indir_index, result); ^~~~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:966:4: note: remove the 'if' if its condition is always true if (var) { ^~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:960:24: note: initialize the variable 'const_index' to silence this warning unsigned const_index; ^ = 0 ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:966:8: warning: variable 'indir_index' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (var) { ^~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:983:105: note: uninitialized use occurs here bld_base->load_var(bld_base, mode, nc, bit_size, var, vertex_index, indir_vertex_index, const_index, indir_index, result); ^~~~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:966:4: note: remove the 'if' if its condition is always true if (var) { ^~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:961:28: note: initialize the variable 'indir_index' to silence this warning LLVMValueRef indir_index; ^ = NULL ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:998:8: warning: variable 'indir_index' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (var) { ^~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:1004:122: note: uninitialized use occurs here bld_base->store_var(bld_base, mode, instr->num_components, bit_size, var, writemask, indir_vertex_index, const_index, indir_index, src); ^~~~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:998:4: note: remove the 'if' if its condition is always true if (var) { ^~~~~~~~~ ../src/gallium/auxiliary/gallivm/lp_bld_nir.c:997:28: note: initialize the variable 'indir_index' to silence this warning LLVMValueRef indir_index, indir_vertex_index = NULL; ^ = NULL 40 warnings generated. [1066/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_derived.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_derived.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1067/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_blend_aos.c.o' [1068/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_vertex.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_vertex.c:32: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1069/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_idct.c.o' In file included from ../src/gallium/auxiliary/vl/vl_idct.c:41: In file included from ../src/gallium/auxiliary/vl/vl_vertex_buffers.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1070/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_image.c.o' In file included from ../src/gallium/drivers/softpipe/sp_image.c:24: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/drivers/softpipe/sp_image.c:733:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_1D: ^ ../src/gallium/drivers/softpipe/sp_image.c:733:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_1D: ^ __attribute__((fallthrough)); ../src/gallium/drivers/softpipe/sp_image.c:733:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_1D: ^ break; ../src/gallium/drivers/softpipe/sp_image.c:738:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_2D: ^ ../src/gallium/drivers/softpipe/sp_image.c:738:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/drivers/softpipe/sp_image.c:738:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_2D: ^ break; 3 warnings generated. [1071/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_shader.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_shader.c:28: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1072/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_blend.c.o' [1073/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_state_sampler.c.o' In file included from ../src/gallium/drivers/softpipe/sp_state_sampler.c:33: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1074/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_perf.c.o' [1075/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_alpha.c.o' [1076/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_surface.c.o' In file included from ../src/gallium/drivers/softpipe/sp_surface.c:30: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1077/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_blend_logicop.c.o' [1078/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_tex_tile_cache.c.o' In file included from ../src/gallium/drivers/softpipe/sp_tex_tile_cache.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1079/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_cs_tpool.c.o' [1080/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_texture.c.o' In file included from ../src/gallium/drivers/softpipe/sp_texture.c:34: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1081/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_clear.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_clear.c:37: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1082/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_memory.c.o' [1083/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_interp.c.o' ../src/gallium/drivers/llvmpipe/lp_bld_interp.c:250:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case LP_INTERP_CONSTANT: ^ ../src/gallium/drivers/llvmpipe/lp_bld_interp.c:250:7: note: insert '__attribute__((fallthrough));' to silence this warning case LP_INTERP_CONSTANT: ^ __attribute__((fallthrough)); ../src/gallium/drivers/llvmpipe/lp_bld_interp.c:250:7: note: insert 'break;' to avoid fall-through case LP_INTERP_CONSTANT: ^ break; 1 warning generated. [1084/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/draw_draw_llvm.c.o' In file included from ../src/gallium/auxiliary/draw/draw_llvm.c:47: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1085/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@galliumvl@sta/vl_vl_mpeg12_bitstream.c.o' In file included from ../src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c:29: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1086/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_fence.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_fence.c:32: In file included from ../src/gallium/drivers/llvmpipe/lp_fence.h:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1087/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_context.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_context.c:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1088/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_jit.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_jit.c:41: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1089/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_scene_queue.c.o' [1090/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_bld_depth.c.o' [1091/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_flush.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_flush.c:39: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1092/1382] Linking static target src/gallium/auxiliary/libgalliumvl.a [1093/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_draw_arrays.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_draw_arrays.c:37: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/llvmpipe/lp_draw_arrays.c:39: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 2 warnings generated. [1094/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_setup.c.o' In file included from ../src/gallium/drivers/softpipe/sp_setup.c:35: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1095/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_quad_depth_test.c.o' In file included from ../src/gallium/drivers/softpipe/sp_quad_depth_test.c:38: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1096/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_query.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_query.c:37: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1097/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/nir_tgsi_to_nir.c.o' In file included from ../src/gallium/auxiliary/nir/tgsi_to_nir.c:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1098/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_scene.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_scene.c:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1099/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_rast_debug.c.o' [1100/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_tile_cache.c.o' In file included from ../src/gallium/drivers/softpipe/sp_tile_cache.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1101/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_clip.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_clip.c:30: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1102/1382] Compiling C object 'src/gallium/winsys/radeon/drm/838063e@@radeonwinsys@sta/radeon_drm_surface.c.o' In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_surface.c:27: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_surface.c:27: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/winsys/radeon/drm/radeon_drm_surface.c:136:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_2D_ARRAY: ^ ../src/gallium/winsys/radeon/drm/radeon_drm_surface.c:136:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_2D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/winsys/radeon/drm/radeon_drm_surface.c:136:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_2D_ARRAY: ^ break; 3 warnings generated. [1103/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_rast.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_rast.c:40: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1104/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_blend.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_blend.c:39: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1105/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_gs.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_gs.c:28: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1106/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_setup_point.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_setup_point.c:39: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/drivers/llvmpipe/lp_setup_point.c:274:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case LP_INTERP_CONSTANT: ^ ../src/gallium/drivers/llvmpipe/lp_setup_point.c:274:7: note: insert '__attribute__((fallthrough));' to silence this warning case LP_INTERP_CONSTANT: ^ __attribute__((fallthrough)); ../src/gallium/drivers/llvmpipe/lp_setup_point.c:274:7: note: insert 'break;' to avoid fall-through case LP_INTERP_CONSTANT: ^ break; 2 warnings generated. [1107/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_derived.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_derived.c:34: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1108/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_setup_vbuf.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_setup_vbuf.c:40: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1109/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_vertex.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_vertex.c:32: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1110/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_rasterizer.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_rasterizer.c:30: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1111/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_so.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_so.c:28: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1112/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_setup_line.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_setup_line.c:39: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1113/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_surface.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_surface.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1114/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_tess.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_tess.c:26: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1115/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_sampler.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_sampler.c:32: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1116/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_vs.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_vs.c:36: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1117/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_setup_tri.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_setup_tri.c:41: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1118/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_tex_sample.c.o' [1119/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_screen.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_screen.c:40: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/llvmpipe/lp_screen.c:45: In file included from ../src/gallium/drivers/llvmpipe/lp_fence.h:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/drivers/llvmpipe/lp_screen.c:430:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_SHADER_FRAGMENT: ^ ../src/gallium/drivers/llvmpipe/lp_screen.c:430:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_SHADER_FRAGMENT: ^ __attribute__((fallthrough)); ../src/gallium/drivers/llvmpipe/lp_screen.c:430:4: note: insert 'break;' to avoid fall-through case PIPE_SHADER_FRAGMENT: ^ break; ../src/gallium/drivers/llvmpipe/lp_screen.c:448:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_SHADER_VERTEX: ^ ../src/gallium/drivers/llvmpipe/lp_screen.c:448:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_SHADER_VERTEX: ^ __attribute__((fallthrough)); ../src/gallium/drivers/llvmpipe/lp_screen.c:448:4: note: insert 'break;' to avoid fall-through case PIPE_SHADER_VERTEX: ^ break; 39 warnings generated. [1120/1382] Compiling C object 'src/gallium/winsys/radeon/drm/838063e@@radeonwinsys@sta/radeon_drm_bo.c.o' In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.c:27: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.h:30: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.c:27: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.h:30: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1121/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_texture.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_texture.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1122/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_surface.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_surface.c:30: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1123/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_setup.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_setup.c:47: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1124/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/htab.c.o' In file included from ../src/gallium/frontends/vdpau/htab.c:30: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/htab.c:30: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1125/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/ftab.c.o' In file included from ../src/gallium/frontends/vdpau/ftab.c:32: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/ftab.c:32: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1126/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_setup.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_setup.c:39: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1127/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/device.c.o' In file included from ../src/gallium/frontends/vdpau/device.c:35: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/device.c:35: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1128/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri_query_renderer.c.o' In file included from ../src/gallium/frontends/dri/dri_query_renderer.c:3: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/dri/dri_query_renderer.c:6: In file included from ../src/mesa/drivers/dri/common/utils.h:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [1129/1382] Compiling C object 'src/gallium/winsys/radeon/drm/838063e@@radeonwinsys@sta/radeon_drm_cs.c.o' In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.c:56: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.h:30: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.c:56: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_cs.h:30: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1130/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/bitmap.c.o' In file included from ../src/gallium/frontends/vdpau/bitmap.c:33: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/bitmap.c:33: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1131/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/preemption.c.o' In file included from ../src/gallium/frontends/vdpau/preemption.c:29: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/preemption.c:29: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1132/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri_drawable.c.o' In file included from ../src/gallium/frontends/dri/dri_drawable.c:39: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1133/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri_context.c.o' In file included from ../src/gallium/frontends/dri/dri_context.c:32: In file included from ../src/mesa/drivers/dri/common/utils.h:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/gallium/frontends/dri/dri_context.c:41: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [1134/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri_screen.c.o' In file included from ../src/gallium/frontends/dri/dri_screen.c:32: In file included from ../src/mesa/drivers/dri/common/utils.h:33: In file included from ../src/mesa/main/context.h:54: In file included from ../src/mesa/main/extensions.h:39: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/gallium/frontends/dri/dri_screen.c:38: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [1135/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/drisw.c.o' In file included from ../src/gallium/frontends/dri/drisw.c:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/dri/drisw.c:36: In file included from ../src/mesa/state_tracker/st_context.h:31: In file included from ../src/mesa/main/arrayobj.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 4 warnings generated. [1136/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/tgsi_tgsi_exec.c.o' ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2565:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_2D: ^ ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2565:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2565:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_2D: ^ break; ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2574:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case TGSI_TEXTURE_BUFFER: ^ ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2574:4: note: insert '__attribute__((fallthrough));' to silence this warning case TGSI_TEXTURE_BUFFER: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/tgsi/tgsi_exec.c:2574:4: note: insert 'break;' to avoid fall-through case TGSI_TEXTURE_BUFFER: ^ break; 2 warnings generated. [1137/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri_helpers.c.o' In file included from ../src/gallium/frontends/dri/dri_helpers.c:27: In file included from ../src/mesa/state_tracker/st_texture.h:36: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/gallium/frontends/dri/dri_helpers.c:28: In file included from ../src/mesa/state_tracker/st_context.h:37: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 4 warnings generated. [1138/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/mixer.c.o' In file included from ../src/gallium/frontends/vdpau/mixer.c:35: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/mixer.c:35: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1139/1382] Generating si_driinfo.h with a meson_exe.py custom command [1140/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/presentation.c.o' In file included from ../src/gallium/frontends/vdpau/presentation.c:34: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/presentation.c:34: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1141/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_quad_blend.c.o' In file included from ../src/gallium/drivers/softpipe/sp_quad_blend.c:38: In file included from ../src/gallium/drivers/softpipe/sp_context.h:35: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1142/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/display.c.o' In file included from ../src/gallium/frontends/va/display.c:29: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1143/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/query.c.o' In file included from ../src/gallium/frontends/vdpau/query.c:31: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/query.c:31: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1144/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/adapter9.c.o' In file included from ../src/gallium/frontends/nine/adapter9.c:27: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/frontends/nine/adapter9.c:381:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/adapter9.c:381:5: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/frontends/nine/adapter9.c:826:9: warning: expression result unused [-Wunused-value] (DWORD)screen->get_param(screen, PIPE_CAP_BLEND_EQUATION_SEPARATE); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. [1145/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/config.c.o' In file included from ../src/gallium/frontends/va/config.c:36: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1146/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_mpeg12.c.o' In file included from ../src/gallium/frontends/va/picture_mpeg12.c:28: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1147/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/cryptosession9.c.o' [1148/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/output.c.o' In file included from ../src/gallium/frontends/vdpau/output.c:41: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/output.c:41: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ ../src/gallium/frontends/vdpau/output.c:337:25: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1); ^ ../src/gallium/frontends/vdpau/output.c:337:25: note: remove the call to 'abs' since unsigned values cannot be negative res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1); ^~~ ../src/gallium/frontends/vdpau/output.c:338:26: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1); ^ ../src/gallium/frontends/vdpau/output.c:338:26: note: remove the call to 'abs' since unsigned values cannot be negative res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1); ^~~ ../src/gallium/frontends/vdpau/output.c:470:21: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] vtmpl.width = abs(destination_rect->x0-destination_rect->x1); ^ ../src/gallium/frontends/vdpau/output.c:470:21: note: remove the call to 'abs' since unsigned values cannot be negative vtmpl.width = abs(destination_rect->x0-destination_rect->x1); ^~~ ../src/gallium/frontends/vdpau/output.c:471:22: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] vtmpl.height = abs(destination_rect->y0-destination_rect->y1); ^ ../src/gallium/frontends/vdpau/output.c:471:22: note: remove the call to 'abs' since unsigned values cannot be negative vtmpl.height = abs(destination_rect->y0-destination_rect->y1); ^~~ 9 warnings generated. [1149/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/buffer.c.o' In file included from ../src/gallium/frontends/va/buffer.c:36: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1150/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_h264.c.o' In file included from ../src/gallium/frontends/va/picture_h264.c:30: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1151/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/context.c.o' In file included from ../src/gallium/frontends/va/context.c:30: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/frontends/va/context.c:308:62: warning: implicit conversion from enumeration type 'enum pipe_h264_enc_rate_control_method' to different enumeration type 'enum pipe_h265_enc_rate_control_method' [-Wenum-conversion] context->desc.h265enc.rc.rate_ctrl_method = config->rc; ~ ~~~~~~~~^~ 2 warnings generated. [1152/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_mpeg4.c.o' In file included from ../src/gallium/frontends/va/picture_mpeg4.c:28: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1153/1382] Compiling C object 'src/gallium/targets/vdpau/782c049@@vdpau_gallium@sha/target.c.o' [1154/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/image.c.o' In file included from ../src/gallium/frontends/va/image.c:37: In file included from ../src/gallium/auxiliary/vl/vl_video_buffer.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1155/1382] Compiling C object 'src/gallium/targets/va/7ac12d5@@gallium_drv_video@sha/target.c.o' [1156/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_vc1.c.o' In file included from ../src/gallium/frontends/va/picture_vc1.c:28: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1157/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_cs.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_cs.c:38: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/llvmpipe/lp_state_cs.c:40: In file included from ../src/gallium/drivers/llvmpipe/lp_context.h:37: In file included from ../src/gallium/auxiliary/util/u_blitter.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 37 warnings generated. [1158/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/surface.c.o' In file included from ../src/gallium/frontends/vdpau/surface.c:42: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/surface.c:42: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1159/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/authenticatedchannel9.c.o' [1160/1382] Compiling C object 'src/gallium/frontends/vdpau/4bfcabe@@vdpau_st@sta/decode.c.o' In file included from ../src/gallium/frontends/vdpau/decode.c:35: In file included from ../src/gallium/frontends/vdpau/vdpau_private.h:37: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/vdpau/decode.c:35: ../src/gallium/frontends/vdpau/vdpau_private.h:118:11: warning: implicit conversion from enumeration type 'enum pipe_format' to different enumeration type 'enum pipe_video_chroma_format' [-Wenum-conversion] return PIPE_FORMAT_NONE; ~~~~~~ ^~~~~~~~~~~~~~~~ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case VDP_YCBCR_FORMAT_Y_UV_444: ^ ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert '__attribute__((fallthrough));' to silence this warning case VDP_YCBCR_FORMAT_Y_UV_444: ^ __attribute__((fallthrough)); ../src/gallium/frontends/vdpau/vdpau_private.h:150:7: note: insert 'break;' to avoid fall-through case VDP_YCBCR_FORMAT_Y_UV_444: ^ break; ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.width = abs(rect->x1 - rect->x0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:354:19: note: remove the call to 'abs' since unsigned values cannot be negative box.width = abs(rect->x1 - rect->x0); ^~~ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] box.height = abs(rect->y1 - rect->y0); ^ ../src/gallium/frontends/vdpau/vdpau_private.h:355:20: note: remove the call to 'abs' since unsigned values cannot be negative box.height = abs(rect->y1 - rect->y0); ^~~ 5 warnings generated. [1161/1382] Compiling C object 'src/gallium/drivers/softpipe/48c2f4b@@softpipe@sta/sp_tex_sample.c.o' In file included from ../src/gallium/drivers/softpipe/sp_tex_sample.c:43: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/drivers/softpipe/sp_tex_sample.c:3325:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D: ^ ../src/gallium/drivers/softpipe/sp_tex_sample.c:3325:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D: ^ __attribute__((fallthrough)); ../src/gallium/drivers/softpipe/sp_tex_sample.c:3325:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D: ^ break; ../src/gallium/drivers/softpipe/sp_tex_sample.c:3330:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_2D: ^ ../src/gallium/drivers/softpipe/sp_tex_sample.c:3330:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/drivers/softpipe/sp_tex_sample.c:3330:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_2D: ^ break; 3 warnings generated. [1162/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/device9video.c.o' [1163/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture.c.o' In file included from ../src/gallium/frontends/va/picture.c:29: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1164/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/guid.c.o' [1165/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_hevc.c.o' In file included from ../src/gallium/frontends/va/picture_hevc.c:29: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1166/1382] Compiling C object 'src/gallium/targets/dri/8381c20@@gallium_dri@sha/target.c.o' [1167/1382] Compiling C object 'src/gallium/targets/d3dadapter9/0838e69@@d3dadapter9@sha/getproc.c.o' [1168/1382] Linking static target src/gallium/frontends/vdpau/libvdpau_st.a [1169/1382] Compiling C object 'src/gallium/winsys/radeon/drm/838063e@@radeonwinsys@sta/radeon_drm_winsys.c.o' In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.c:28: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.c:28: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_bo.h:31: In file included from ../src/gallium/winsys/radeon/drm/radeon_drm_winsys.h:30: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1170/1382] Compiling C object 'src/gallium/frontends/dri/3ff5755@@dri@sta/dri2.c.o' In file included from ../src/gallium/frontends/dri/dri2.c:35: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/dri/dri2.c:39: In file included from ../src/mesa/state_tracker/st_cb_bufferobjects.h:31: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/gallium/frontends/dri/dri2.c:527:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case __DRI_BUFFER_FAKE_FRONT_LEFT: ^ ../src/gallium/frontends/dri/dri2.c:527:10: note: insert '__attribute__((fallthrough));' to silence this warning case __DRI_BUFFER_FAKE_FRONT_LEFT: ^ __attribute__((fallthrough)); ../src/gallium/frontends/dri/dri2.c:527:10: note: insert 'break;' to avoid fall-through case __DRI_BUFFER_FAKE_FRONT_LEFT: ^ break; 5 warnings generated. [1171/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/cubetexture9.c.o' In file included from ../src/gallium/frontends/nine/cubetexture9.c:26: In file included from ../src/gallium/frontends/nine/cubetexture9.h:26: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/cubetexture9.c:28: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1172/1382] Linking static target src/gallium/drivers/softpipe/libsoftpipe.a [1173/1382] Linking static target src/gallium/frontends/dri/libdri.a [1174/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/subpicture.c.o' In file included from ../src/gallium/frontends/va/subpicture.c:33: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1175/1382] Linking static target src/gallium/winsys/radeon/drm/libradeonwinsys.a [1176/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_mjpeg.c.o' In file included from ../src/gallium/frontends/va/picture_mjpeg.c:28: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1177/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_debug.c.o' [1178/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nineexoverlayextension.c.o' [1179/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_h264_enc.c.o' In file included from ../src/gallium/frontends/va/picture_h264_enc.c:30: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1180/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/device9ex.c.o' In file included from ../src/gallium/frontends/nine/device9ex.c:25: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1181/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_hevc_enc.c.o' In file included from ../src/gallium/frontends/va/picture_hevc_enc.c:30: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1182/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/iunknown.c.o' ../src/gallium/frontends/nine/iunknown.c:193:21: warning: unused variable 'err' [-Wunused-variable] enum pipe_error err; ^ 1 warning generated. [1183/1382] Compiling C object 'src/gallium/targets/d3dadapter9/0838e69@@d3dadapter9@sha/drm.c.o' [1184/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/indexbuffer9.c.o' In file included from ../src/gallium/frontends/nine/indexbuffer9.c:26: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1185/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_helpers.c.o' [1186/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_quirk.c.o' [1187/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/postproc.c.o' In file included from ../src/gallium/frontends/va/postproc.c:33: In file included from ../src/gallium/auxiliary/vl/vl_video_buffer.h:32: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1188/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/buffer9.c.o' In file included from ../src/gallium/frontends/nine/buffer9.c:28: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/frontends/nine/buffer9.c:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 2 warnings generated. [1189/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_dump.c.o' In file included from ../src/gallium/frontends/nine/nine_dump.c:3: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1190/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_buffer_upload.c.o' In file included from ../src/gallium/frontends/nine/nine_buffer_upload.c:33: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1191/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_queue.c.o' [1192/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/swapchain9ex.c.o' [1193/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/basetexture9.c.o' In file included from ../src/gallium/frontends/nine/basetexture9.c:23: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/frontends/nine/basetexture9.c:581:18: warning: address of array 'This->view' will always evaluate to 'true' [-Wpointer-bool-conversion] return This->view ? D3D_OK : D3DERR_DRIVERINTERNALERROR; ~~~~~~^~~~ ~ 2 warnings generated. [1194/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/resource9.c.o' In file included from ../src/gallium/frontends/nine/resource9.c:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; ../src/gallium/frontends/nine/resource9.c:82:13: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&This->base.device->available_texture_mem, -This->size); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/gallium/frontends/nine/resource9.c:85:17: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_read(&This->base.device->available_texture_mem) <= ^ ../src/util/u_atomic.h:44:27: note: expanded from macro 'p_atomic_read' #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) ^ ../src/gallium/frontends/nine/resource9.c:88:17: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] if (p_atomic_read(&This->base.device->available_texture_mem) <= ^ ../src/util/u_atomic.h:44:27: note: expanded from macro 'p_atomic_read' #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) ^ ../src/gallium/frontends/nine/resource9.c:124:9: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&This->base.device->available_texture_mem, This->size); ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ 5 warnings generated. [1195/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/surface.c.o' In file included from ../src/gallium/frontends/va/surface.c:30: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1196/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/vertexbuffer9.c.o' In file included from ../src/gallium/frontends/nine/vertexbuffer9.c:26: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1197/1382] Compiling C object 'src/gallium/targets/d3dadapter9/0838e69@@d3dadapter9@sha/description.c.o' [1198/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_pipe.c.o' In file included from ../src/gallium/frontends/nine/nine_pipe.c:25: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1199/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/pixelshader9.c.o' In file included from ../src/gallium/frontends/nine/pixelshader9.c:26: In file included from ../src/gallium/frontends/nine/pixelshader9.h:29: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1200/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/threadpool.c.o' In file included from ../src/gallium/frontends/nine/threadpool.c:25: In file included from ../src/gallium/frontends/nine/surface9.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/threadpool.c:29: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1201/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/vertexdeclaration9.c.o' ../src/gallium/frontends/nine/vertexdeclaration9.c:166:1: warning: unused function 'nine_declusage_name' [-Wunused-function] nine_declusage_name(unsigned ndcl) ^ 1 warning generated. [1202/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/vertexshader9.c.o' [1203/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/texture9.c.o' In file included from ../src/gallium/frontends/nine/texture9.c:26: In file included from ../src/gallium/frontends/nine/surface9.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/texture9.c:29: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1204/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/volumetexture9.c.o' In file included from ../src/gallium/frontends/nine/volumetexture9.c:24: In file included from ../src/gallium/frontends/nine/volumetexture9.h:26: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/volumetexture9.c:26: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1205/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_lock.c.o' In file included from ../src/gallium/frontends/nine/nine_lock.c:24: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1206/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/volume9.c.o' In file included from ../src/gallium/frontends/nine/volume9.c:24: In file included from ../src/gallium/frontends/nine/volume9.h:29: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/volume9.c:28: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1207/1382] Compiling C++ object 'src/gallium/auxiliary/eb820e8@@gallium@sta/gallivm_lp_bld_misc.cpp.o' [1208/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/swapchain9.c.o' In file included from ../src/gallium/frontends/nine/swapchain9.c:24: In file included from ../src/gallium/frontends/nine/surface9.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/swapchain9.c:28: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1209/1382] Compiling C object 'src/gallium/auxiliary/eb820e8@@gallium@sta/meson-generated_.._u_indices_gen.c.o' [1210/1382] Linking static target src/gallium/auxiliary/libgallium.a [1211/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_state_fs.c.o' In file included from ../src/gallium/drivers/llvmpipe/lp_state_fs.c:62: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/llvmpipe/lp_state_fs.c:83: In file included from ../src/gallium/auxiliary/gallivm/lp_bld_nir.h:34: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 37 warnings generated. [1212/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_dlist.c.o' In file included from ../src/mesa/main/dlist.c:41: In file included from ../src/mesa/main/bufferobj.h:32: In file included from ../src/mesa/main/mtypes.h:53: In file included from ../src/mesa/vbo/vbo.h:38: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ ../src/mesa/main/dlist.c:6051:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(ctx->ListState.CurrentMaterial[i], args, param); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/dlist.c:6051:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/dlist.c:6051:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ 6 warnings generated. [1213/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/device9.c.o' In file included from ../src/gallium/frontends/nine/device9.c:25: In file included from ../src/gallium/frontends/nine/surface9.h:31: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/device9.c:39: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1214/1382] Compiling C object 'src/gallium/drivers/llvmpipe/baa9e9c@@llvmpipe@sta/lp_rast_tri.c.o' ../src/gallium/drivers/llvmpipe/lp_rast_tri.c:98:1: warning: unused function 'build_masks' [-Wunused-function] build_masks(int32_t c, ^ 1 warning generated. [1215/1382] Linking static target src/gallium/drivers/llvmpipe/libllvmpipe.a [1216/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_state.c.o' In file included from ../src/gallium/frontends/nine/nine_state.c:28: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/nine_state.c:36: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1217/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_shader.c.o' In file included from ../src/gallium/frontends/nine/nine_shader.c:33: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/nine_shader.c:37: In file included from ../src/gallium/auxiliary/nir/tgsi_to_nir.h:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/gallium/frontends/nine/nine_shader.c:1226:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case NINED3DSPSM_COMP: ^ ../src/gallium/frontends/nine/nine_shader.c:1226:5: note: insert '__attribute__((fallthrough));' to silence this warning case NINED3DSPSM_COMP: ^ __attribute__((fallthrough)); ../src/gallium/frontends/nine/nine_shader.c:1226:5: note: insert 'break;' to avoid fall-through case NINED3DSPSM_COMP: ^ break; ../src/gallium/frontends/nine/nine_shader.c:968:1: warning: unused function 'nine_ureg_dst_register' [-Wunused-function] nine_ureg_dst_register(unsigned file, int index) ^ 39 warnings generated. [1218/1382] Compiling C object 'src/gallium/frontends/nine/0db3523@@nine_st@sta/nine_ff.c.o' In file included from ../src/gallium/frontends/nine/nine_ff.c:10: In file included from ../src/gallium/frontends/nine/basetexture9.h:28: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/frontends/nine/nine_ff.c:17: ../src/gallium/frontends/nine/nine_pipe.h:343:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/frontends/nine/nine_pipe.h:343:9: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1219/1382] Linking static target src/gallium/frontends/nine/libnine_st.a [1220/1382] Compiling C object 'src/gallium/frontends/va/0d8a256@@va_st@sta/picture_vp9.c.o' In file included from ../src/gallium/frontends/va/picture_vp9.c:29: In file included from ../src/gallium/frontends/va/va_private.h:40: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; 1 warning generated. [1221/1382] Linking static target src/gallium/frontends/va/libva_st.a [1222/1382] Compiling C object 'src/mesa/bbe4a73@@mesa_common@sta/main_format_utils.c.o' In file included from ../src/mesa/main/format_utils.c:28: In file included from ../src/mesa/main/format_utils.h:36: ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] COPY_SZ_4V(dst, sz, src); ^ ../src/mesa/main/macros.h:311:4: note: expanded from macro 'COPY_SZ_4V' case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:312:4: note: expanded from macro 'COPY_SZ_4V' case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ ^ ../src/mesa/main/macros.h:656:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] ../src/mesa/main/macros.h:313:4: note: expanded from macro 'COPY_SZ_4V' case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ ^ In file included from ../src/mesa/main/format_utils.c:28: ../src/mesa/main/format_utils.h:90:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] return _mesa_i64roundevenf(x * MAX_UINT(dst_bits)); ~ ^~~~~~~~~~~~~~~~~~ ../src/mesa/main/format_utils.h:46:40: note: expanded from macro 'MAX_UINT' #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' # define UINT32_MAX (4294967295U) ^~~~~~~~~~~ 4 warnings generated. [1223/1382] Linking static target src/mesa/libmesa_common.a [1224/1382] Generating amdgfxregs_h with a meson_exe.py custom command [1225/1382] Compiling C object 'src/amd/llvm/ce8261c@@amd_common_llvm@sta/ac_llvm_util.c.o' In file included from ../src/amd/llvm/ac_llvm_util.c:27: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1226/1382] Compiling C object 'src/amd/llvm/ce8261c@@amd_common_llvm@sta/ac_llvm_cull.c.o' In file included from ../src/amd/llvm/ac_llvm_cull.c:26: In file included from ../src/amd/llvm/ac_llvm_cull.h:29: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1227/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/meson-generated_.._radv_extensions.c.o' In file included from src/amd/vulkan/radv_extensions.c:25: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1228/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_dominance.cpp.o' [1229/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/meson-generated_.._aco_opcodes.cpp.o' [1230/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_bo.c.o' ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:446:4: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_vram, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:449:4: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_vram_vis, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:455:3: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_gtt, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:299:4: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_vram, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:302:4: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_vram_vis, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:308:3: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_gtt, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:559:2: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_gtt, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:636:3: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_vram, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:639:3: warning: misaligned atomic operation may incur significant performance penalty [-Watomic-alignment] p_atomic_add(&ws->allocated_gtt, ^ ../src/util/u_atomic.h:48:35: note: expanded from macro 'p_atomic_add' #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) ^ 9 warnings generated. [1231/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_buffer.c.o' In file included from ../src/amd/vulkan/radv_meta_buffer.c:1: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1232/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_ir.cpp.o' [1233/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/meson-generated_.._radv_entrypoints.c.o' In file included from src/amd/vulkan/radv_entrypoints.c:26: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1234/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/meson-generated_.._vk_format_table.c.o' [1235/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_dead_code_analysis.cpp.o' [1236/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_reduce_assign.cpp.o' [1237/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_interface.cpp.o' In file included from ../src/amd/compiler/aco_interface.cpp:26: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ ../src/amd/compiler/aco_interface.cpp:58:4: warning: array designators are a C99 extension [-Wc99-designator] [aco::statistic_hash] = {"Hash", "CRC32 hash of code and constant data"}, ^~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. [1238/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_null_radv_null_bo.c.o' [1239/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_null_radv_null_cs.c.o' [1240/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_print_ir.cpp.o' ../src/amd/compiler/aco_print_ir.cpp:10:4: warning: array designators are a C99 extension [-Wc99-designator] [iadd8] = "iadd8", ^~~~~~~ 1 warning generated. [1241/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_print_asm.cpp.o' [1242/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_null_radv_null_winsys.c.o' [1243/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/layers_radv_sqtt_layer.c.o' In file included from ../src/amd/vulkan/layers/radv_sqtt_layer.c:24: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1244/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_surface.c.o' In file included from ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:31: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:52:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case RADEON_SURF_TYPE_2D: ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:52:2: note: insert '__attribute__((fallthrough));' to silence this warning case RADEON_SURF_TYPE_2D: ^ __attribute__((fallthrough)); ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:52:2: note: insert 'break;' to avoid fall-through case RADEON_SURF_TYPE_2D: ^ break; ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:65:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case RADEON_SURF_TYPE_2D_ARRAY: ^ ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:65:2: note: insert '__attribute__((fallthrough));' to silence this warning case RADEON_SURF_TYPE_2D_ARRAY: ^ __attribute__((fallthrough)); ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c:65:2: note: insert 'break;' to avoid fall-through case RADEON_SURF_TYPE_2D_ARRAY: ^ break; 38 warnings generated. [1245/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_statistics.cpp.o' [1246/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_winsys.c.o' In file included from ../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c:30: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1247/1382] Compiling C object 'src/amd/llvm/ce8261c@@amd_common_llvm@sta/ac_llvm_build.c.o' In file included from ../src/amd/llvm/ac_llvm_build.c:26: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/amd/llvm/ac_llvm_build.c:3762:1: warning: unused function 'dpp_row_sl' [-Wunused-function] dpp_row_sl(unsigned amount) ^ 37 warnings generated. [1248/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_bufimage.c.o' In file included from ../src/amd/vulkan/radv_meta_bufimage.c:24: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1249/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_android.c.o' In file included from ../src/amd/vulkan/radv_android.c:40: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1250/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_cs.c.o' [1251/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_live_var_analysis.cpp.o' In file included from ../src/amd/compiler/aco_live_var_analysis.cpp:36: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1252/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_ssa_elimination.cpp.o' [1253/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_assembler.cpp.o' [1254/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_lower_to_cssa.cpp.o' [1255/1382] Compiling C++ object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_llvm_helper.cpp.o' [1256/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_scheduler.cpp.o' In file included from ../src/amd/compiler/aco_scheduler.cpp:30: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1257/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_instruction_selection_setup.cpp.o' In file included from ../src/amd/compiler/aco_instruction_selection_setup.cpp:30: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1258/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_lower_phis.cpp.o' [1259/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_formats.c.o' In file included from ../src/amd/vulkan/radv_formats.c:25: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1260/1382] Compiling C object 'src/amd/llvm/ce8261c@@amd_common_llvm@sta/ac_nir_to_llvm.c.o' In file included from ../src/amd/llvm/ac_nir_to_llvm.c:27: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1261/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta.c.o' In file included from ../src/amd/vulkan/radv_meta.c:26: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1262/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_insert_NOPs.cpp.o' [1263/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_descriptor_set.c.o' In file included from ../src/amd/vulkan/radv_descriptor_set.c:31: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1264/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_blit.c.o' In file included from ../src/amd/vulkan/radv_meta_blit.c:24: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1265/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_decompress.c.o' In file included from ../src/amd/vulkan/radv_meta_decompress.c:27: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1266/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_opt_value_numbering.cpp.o' [1267/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_validate.cpp.o' [1268/1382] Compiling C++ object 'src/amd/llvm/ce8261c@@amd_common_llvm@sta/ac_llvm_helper.cpp.o' [1269/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_image.c.o' In file included from ../src/amd/vulkan/radv_image.c:28: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1270/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_resolve.c.o' In file included from ../src/amd/vulkan/radv_meta_resolve.c:27: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1271/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_debug.c.o' In file included from ../src/amd/vulkan/radv_debug.c:35: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1272/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_fmask_expand.c.o' In file included from ../src/amd/vulkan/radv_meta_fmask_expand.c:25: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1273/1382] Linking static target src/amd/llvm/libamd_common_llvm.a [1274/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_fast_clear.c.o' In file included from ../src/amd/vulkan/radv_meta_fast_clear.c:27: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1275/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_copy.c.o' In file included from ../src/amd/vulkan/radv_meta_copy.c:24: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1276/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_blit2d.c.o' In file included from ../src/amd/vulkan/radv_meta_blit2d.c:27: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1277/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_pipeline_cache.c.o' In file included from ../src/amd/vulkan/radv_pipeline_cache.c:28: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1278/1382] Compiling C object 'src/gallium/winsys/amdgpu/drm/d8b327a@@amdgpuwinsys@sta/amdgpu_surface.c.o' In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:28: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:31: In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.h:32: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:28: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:33: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:38:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_2D: ^ ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:38:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_2D: ^ __attribute__((fallthrough)); ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:38:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_2D: ^ break; ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:51:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_CUBE: ^ ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:51:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_CUBE: ^ __attribute__((fallthrough)); ../src/gallium/winsys/amdgpu/drm/amdgpu_surface.c:51:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_CUBE: ^ break; 4 warnings generated. [1279/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_resolve_fs.c.o' In file included from ../src/amd/vulkan/radv_meta_resolve_fs.c:28: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1280/1382] Compiling C object 'src/gallium/winsys/amdgpu/drm/d8b327a@@amdgpuwinsys@sta/amdgpu_winsys.c.o' In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c:30: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:31: In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.h:32: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c:30: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:33: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1281/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_resolve_cs.c.o' In file included from ../src/amd/vulkan/radv_meta_resolve_cs.c:28: In file included from ../src/amd/vulkan/radv_meta.h:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1282/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_pass.c.o' In file included from ../src/amd/vulkan/radv_pass.c:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1283/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_nir_lower_ycbcr_textures.c.o' In file included from ../src/amd/vulkan/radv_nir_lower_ycbcr_textures.c:24: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/amd/vulkan/radv_nir_lower_ycbcr_textures.c:126:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/amd/vulkan/radv_nir_lower_ycbcr_textures.c:126:3: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/amd/vulkan/radv_nir_lower_ycbcr_textures.c:126:3: note: insert 'break;' to avoid fall-through default: ^ break; 37 warnings generated. [1284/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_util.c.o' In file included from ../src/amd/vulkan/radv_util.c:31: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1285/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_optimizer.cpp.o' [1286/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_rgp.c.o' In file included from ../src/amd/vulkan/radv_rgp.c:26: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1287/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_meta_clear.c.o' In file included from ../src/amd/vulkan/radv_meta_clear.c:24: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1288/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_wsi_display.c.o' In file included from ../src/amd/vulkan/radv_wsi_display.c:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1289/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_shader_args.c.o' In file included from ../src/amd/vulkan/radv_shader_args.c:29: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1290/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_wsi_x11.c.o' In file included from ../src/amd/vulkan/radv_wsi_x11.c:35: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1291/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_sqtt.c.o' In file included from ../src/amd/vulkan/radv_sqtt.c:26: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1292/1382] Compiling C object 'src/gallium/winsys/amdgpu/drm/d8b327a@@amdgpuwinsys@sta/amdgpu_bo.c.o' In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.c:28: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:31: In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.h:32: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.c:28: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:33: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.c:1549:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case WINSYS_HANDLE_TYPE_FD: ^ ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.c:1549:4: note: insert '__attribute__((fallthrough));' to silence this warning case WINSYS_HANDLE_TYPE_FD: ^ __attribute__((fallthrough)); ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.c:1549:4: note: insert 'break;' to avoid fall-through case WINSYS_HANDLE_TYPE_FD: ^ break; 3 warnings generated. [1293/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_wsi_wayland.c.o' In file included from ../src/amd/vulkan/radv_wsi_wayland.c:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1294/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_insert_waitcnt.cpp.o' In file included from ../src/amd/compiler/aco_insert_waitcnt.cpp:31: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1295/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_wsi.c.o' In file included from ../src/amd/vulkan/radv_wsi.c:26: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1296/1382] Compiling C object 'src/gallium/winsys/amdgpu/drm/d8b327a@@amdgpuwinsys@sta/amdgpu_cs.c.o' In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.c:29: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:31: In file included from ../src/gallium/auxiliary/pipebuffer/pb_cache.h:32: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.c:29: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_cs.h:31: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_bo.h:32: In file included from ../src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h:33: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 2 warnings generated. [1297/1382] Linking static target src/gallium/winsys/amdgpu/drm/libamdgpuwinsys.a [1298/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_shader.c.o' In file included from ../src/amd/vulkan/radv_shader.c:30: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1299/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/si_cmd_buffer.c.o' In file included from ../src/amd/vulkan/si_cmd_buffer.c:30: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1300/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_shader_info.c.o' In file included from ../src/amd/vulkan/radv_shader_info.c:23: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/amd/vulkan/radv_shader_info.c:343:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case nir_intrinsic_deref_atomic_add: ^ ../src/amd/vulkan/radv_shader_info.c:343:2: note: insert '__attribute__((fallthrough));' to silence this warning case nir_intrinsic_deref_atomic_add: ^ __attribute__((fallthrough)); ../src/amd/vulkan/radv_shader_info.c:343:2: note: insert 'break;' to avoid fall-through case nir_intrinsic_deref_atomic_add: ^ break; 37 warnings generated. [1301/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_insert_exec_mask.cpp.o' [1302/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_query.c.o' In file included from ../src/amd/vulkan/radv_query.c:32: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1303/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_nir_to_llvm.c.o' In file included from ../src/amd/vulkan/radv_nir_to_llvm.c:28: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/amd/vulkan/radv_nir_to_llvm.c:1680:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: /* as v4i32 */ ^ ../src/amd/vulkan/radv_nir_to_llvm.c:1680:2: note: insert '__attribute__((fallthrough));' to silence this warning case 4: /* as v4i32 */ ^ __attribute__((fallthrough)); ../src/amd/vulkan/radv_nir_to_llvm.c:1680:2: note: insert 'break;' to avoid fall-through case 4: /* as v4i32 */ ^ break; 37 warnings generated. [1304/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_cmd_buffer.c.o' In file included from ../src/amd/vulkan/radv_cmd_buffer.c:28: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1305/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_device.c.o' In file included from ../src/amd/vulkan/radv_device.c:45: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1306/1382] Compiling C object 'src/amd/vulkan/9198681@@vulkan_radeon@sha/radv_pipeline.c.o' In file included from ../src/amd/vulkan/radv_pipeline.c:31: In file included from ../src/amd/vulkan/radv_debug.h:27: In file included from ../src/amd/vulkan/radv_private.h:61: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1307/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_lower_to_hw_instr.cpp.o' In file included from ../src/amd/compiler/aco_lower_to_hw_instr.cpp:34: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1308/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_register_allocation.cpp.o' [1309/1382] Generating sid_tables_h with a meson_exe.py custom command [1310/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/meson-generated_.._gfx10_format_table.c.o' [1311/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_binary.c.o' [1312/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_shader_args.c.o' In file included from ../src/amd/common/ac_shader_args.c:25: In file included from ../src/compiler/nir/nir_builder.h:27: In file included from ../src/compiler/nir/nir_control_flow.h:31: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1313/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_shader_util.c.o' In file included from ../src/amd/common/ac_shader_util.c:28: In file included from ../src/amd/common/ac_shader_util.h:32: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 36 warnings generated. [1314/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_rtld.c.o' ../src/amd/common/ac_rtld.c:708:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case R_AMDGPU_ABS32_LO: ^ ../src/amd/common/ac_rtld.c:708:3: note: insert '__attribute__((fallthrough));' to silence this warning case R_AMDGPU_ABS32_LO: ^ __attribute__((fallthrough)); ../src/amd/common/ac_rtld.c:708:3: note: insert 'break;' to avoid fall-through case R_AMDGPU_ABS32_LO: ^ break; ../src/amd/common/ac_rtld.c:719:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case R_AMDGPU_REL32_LO: ^ ../src/amd/common/ac_rtld.c:719:3: note: insert '__attribute__((fallthrough));' to silence this warning case R_AMDGPU_REL32_LO: ^ __attribute__((fallthrough)); ../src/amd/common/ac_rtld.c:719:3: note: insert 'break;' to avoid fall-through case R_AMDGPU_REL32_LO: ^ break; 2 warnings generated. [1315/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_gpu_info.c.o' [1316/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_uvd.c.o' In file included from ../src/gallium/drivers/radeonsi/si_uvd.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_uvd.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_uvd.c:34: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1317/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_pm4.c.o' In file included from ../src/gallium/drivers/radeonsi/si_pm4.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_pm4.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_pm4.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1318/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_get.c.o' In file included from ../src/gallium/drivers/radeonsi/si_get.c:25: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_get.c:26: In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_get.c:26: In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1319/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_gpu_load.c.o' In file included from ../src/gallium/drivers/radeonsi/si_gpu_load.c:35: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_gpu_load.c:35: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_gpu_load.c:35: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1320/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_test_dma.c.o' In file included from ../src/gallium/drivers/radeonsi/si_test_dma.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_test_dma.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_test_dma.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1321/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_dma_cs.c.o' In file included from ../src/gallium/drivers/radeonsi/si_dma_cs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_dma_cs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_dma_cs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1322/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_gfx_cs.c.o' In file included from ../src/gallium/drivers/radeonsi/si_gfx_cs.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_gfx_cs.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_gfx_cs.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1323/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_test_dma_perf.c.o' In file included from ../src/gallium/drivers/radeonsi/si_test_dma_perf.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_test_dma_perf.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_test_dma_perf.c:28: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1324/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_fence.c.o' In file included from ../src/gallium/drivers/radeonsi/si_fence.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_fence.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_fence.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1325/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_buffer.c.o' In file included from ../src/gallium/drivers/radeonsi/si_buffer.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_buffer.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_buffer.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_buffer.c:115:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_USAGE_STAGING: ^ ../src/gallium/drivers/radeonsi/si_buffer.c:115:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_USAGE_STAGING: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_buffer.c:115:4: note: insert 'break;' to avoid fall-through case PIPE_USAGE_STAGING: ^ break; ../src/gallium/drivers/radeonsi/si_buffer.c:130:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_USAGE_DEFAULT: ^ ../src/gallium/drivers/radeonsi/si_buffer.c:130:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_USAGE_DEFAULT: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_buffer.c:130:4: note: insert 'break;' to avoid fall-through case PIPE_USAGE_DEFAULT: ^ break; 40 warnings generated. [1326/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/gfx10_query.c.o' In file included from ../src/gallium/drivers/radeonsi/gfx10_query.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/gfx10_query.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/gfx10_query.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1327/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_cp_dma.c.o' In file included from ../src/gallium/drivers/radeonsi/si_cp_dma.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_cp_dma.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_cp_dma.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1328/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_compute_blit.c.o' In file included from ../src/gallium/drivers/radeonsi/si_compute_blit.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute_blit.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute_blit.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1329/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_surface.c.o' ../src/amd/common/ac_surface.c:1890:46: warning: implicit conversion from enumeration type 'AddrResourceType' (aka 'enum _AddrResourceType') to different enumeration type 'enum gfx9_resource_type' [-Wenum-conversion] surf->u.gfx9.resource_type = AddrSurfInfoIn.resourceType; ~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~ 1 warning generated. [1330/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/cik_sdma.c.o' In file included from ../src/gallium/drivers/radeonsi/cik_sdma.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/cik_sdma.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/cik_sdma.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1331/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_clear.c.o' In file included from ../src/gallium/drivers/radeonsi/si_clear.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_clear.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_clear.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1332/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_pipe.c.o' In file included from ../src/gallium/drivers/radeonsi/si_pipe.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_pipe.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_pipe.c:26: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_pipe.c:30: ../src/gallium/winsys/radeon/drm/radeon_drm_public.h:10:31: warning: redefinition of typedef 'radeon_screen_create_t' is a C11 feature [-Wtypedef-redefinition] typedef struct pipe_screen *(*radeon_screen_create_t)(struct radeon_winsys *, ^ ../src/gallium/winsys/amdgpu/drm/amdgpu_public.h:36:31: note: previous definition is here typedef struct pipe_screen *(*radeon_screen_create_t)(struct radeon_winsys *, ^ 39 warnings generated. [1333/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_compute.c.o' In file included from ../src/gallium/drivers/radeonsi/si_compute.c:26: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute.c:26: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute.c:31: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1334/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_compute_prim_discard.c.o' In file included from ../src/gallium/drivers/radeonsi/si_compute_prim_discard.c:26: In file included from ../src/amd/llvm/ac_llvm_cull.h:29: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute_prim_discard.c:27: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute_prim_discard.c:27: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_compute_prim_discard.c:32: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 39 warnings generated. [1335/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_perfcounter.c.o' In file included from ../src/gallium/drivers/radeonsi/si_perfcounter.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_perfcounter.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_perfcounter.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1336/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm_resources.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_resources.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_resources.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_resources.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1337/1382] Compiling C object 'src/amd/common/2a96a08@@amd_common@sta/ac_debug.c.o' ../src/amd/common/ac_debug.c:514:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/amd/common/ac_debug.c:514:3: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/amd/common/ac_debug.c:514:3: note: insert 'break;' to avoid fall-through default: ^ break; 1 warning generated. [1338/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_blit.c.o' In file included from ../src/gallium/drivers/radeonsi/si_blit.c:26: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_blit.c:26: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_blit.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1339/1382] Linking static target src/amd/common/libamd_common.a [1340/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1341/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm_ps.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_ps.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_ps.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_ps.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1342/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_binning.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_binning.c:27: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_binning.c:27: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_binning.c:27: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1343/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm_gs.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_gs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_gs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_gs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1344/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_debug.c.o' In file included from ../src/gallium/drivers/radeonsi/si_debug.c:28: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_debug.c:28: In file included from ../src/gallium/drivers/radeonsi/si_compute.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_debug.c:29: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1345/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_texture.c.o' In file included from ../src/gallium/drivers/radeonsi/si_texture.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_texture.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_texture.c:27: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1346/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/gfx10_shader_ngg.c.o' In file included from ../src/gallium/drivers/radeonsi/gfx10_shader_ngg.c:24: In file included from ../src/amd/llvm/ac_llvm_cull.h:29: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/gfx10_shader_ngg.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/gfx10_shader_ngg.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/gfx10_shader_ngg.c:29: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 39 warnings generated. [1347/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm_tess.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_tess.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_tess.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_tess.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1348/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_msaa.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_msaa.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_msaa.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_msaa.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1349/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_streamout.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_streamout.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_streamout.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_streamout.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1350/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_enc_3_0.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_3_0.c:30: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_3_0.c:34: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_3_0.c:34: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1351/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_enc_2_0.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_2_0.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_2_0.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_2_0.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1352/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_nir.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_nir.c:26: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_nir.c:30: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_nir.c:30: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_shader_nir.c:123:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default:; ^ ../src/gallium/drivers/radeonsi/si_shader_nir.c:123:4: note: insert '__attribute__((fallthrough));' to silence this warning default:; ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_shader_nir.c:123:4: note: insert 'break;' to avoid fall-through default:; ^ break; ../src/gallium/drivers/radeonsi/si_shader_nir.c:675:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case INTERP_MODE_SMOOTH: ^ ../src/gallium/drivers/radeonsi/si_shader_nir.c:675:10: note: insert '__attribute__((fallthrough));' to silence this warning case INTERP_MODE_SMOOTH: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_shader_nir.c:675:10: note: insert 'break;' to avoid fall-through case INTERP_MODE_SMOOTH: ^ break; 40 warnings generated. [1353/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader_llvm_vs.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:301:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: /* as v4i32 */ ^ ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:301:4: note: insert '__attribute__((fallthrough));' to silence this warning case 4: /* as v4i32 */ ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_shader_llvm_vs.c:301:4: note: insert 'break;' to avoid fall-through case 4: /* as v4i32 */ ^ break; 39 warnings generated. [1354/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shaderlib_tgsi.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c:25: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1355/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_enc.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.c:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/gallium/drivers/radeon/radeon_vcn_enc.c:100:40: warning: implicit conversion from enumeration type 'enum pipe_h265_enc_picture_type' to different enumeration type 'enum pipe_h264_enc_picture_type' [-Wenum-conversion] enc->enc_pic.picture_type = pic->picture_type; ~ ~~~~~^~~~~~~~~~~~ 39 warnings generated. [1356/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_uvd_enc.c.o' In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.c:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1357/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_viewport.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_viewport.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_viewport.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_viewport.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1358/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_enc_1_2.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1359/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_shader.c.o' In file included from ../src/gallium/drivers/radeonsi/si_shader.c:27: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader.c:29: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_shader.c:29: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1360/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_dec_jpeg.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec_jpeg.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec_jpeg.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec_jpeg.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1361/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vce_40_2_2.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vce_40_2_2.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_40_2_2.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vce.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_40_2_2.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1362/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_video.c.o' In file included from ../src/gallium/drivers/radeon/radeon_video.c:28: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_video.c:28: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_video.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1363/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_uvd.c.o' In file included from ../src/gallium/drivers/radeon/radeon_uvd.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd.c:28: In file included from ../src/gallium/drivers/radeon/radeon_uvd.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd.c:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; ../src/gallium/drivers/radeon/radeon_uvd.c:1233:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_VIDEO_FORMAT_MPEG4: ^ ../src/gallium/drivers/radeon/radeon_uvd.c:1233:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_VIDEO_FORMAT_MPEG4: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeon/radeon_uvd.c:1233:4: note: insert 'break;' to avoid fall-through case PIPE_VIDEO_FORMAT_MPEG4: ^ break; 39 warnings generated. [1364/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vce_50.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vce_50.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_50.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vce.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_50.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1365/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vce.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vce.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vce.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vce.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce.c:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1366/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_query.c.o' In file included from ../src/gallium/drivers/radeonsi/si_query.c:27: In file included from ../src/gallium/drivers/radeonsi/si_query.h:28: In file included from ../src/gallium/auxiliary/util/u_threaded_context.h:186: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_query.c:30: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_query.c:30: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_query.c:932:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_QUERY_TIMESTAMP: ^ ../src/gallium/drivers/radeonsi/si_query.c:932:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_QUERY_TIMESTAMP: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_query.c:932:4: note: insert 'break;' to avoid fall-through case PIPE_QUERY_TIMESTAMP: ^ break; ../src/gallium/drivers/radeonsi/si_query.c:1227:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_QUERY_SO_OVERFLOW_PREDICATE: ^ ../src/gallium/drivers/radeonsi/si_query.c:1227:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_QUERY_SO_OVERFLOW_PREDICATE: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_query.c:1227:4: note: insert 'break;' to avoid fall-through case PIPE_QUERY_SO_OVERFLOW_PREDICATE: ^ break; 40 warnings generated. [1367/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_draw.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_draw.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_draw.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_draw.c:26: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_draw.c:30: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; 39 warnings generated. [1368/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_spill.cpp.o' [1369/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_uvd_enc_1_1.c.o' In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc_1_1.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc_1_1.c:29: In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_uvd_enc_1_1.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1370/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_descriptors.c.o' In file included from ../src/gallium/drivers/radeonsi/si_descriptors.c:56: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_descriptors.c:56: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_descriptors.c:56: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_descriptors.c:1410:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: ^ ../src/gallium/drivers/radeonsi/si_descriptors.c:1410:7: note: insert '__attribute__((fallthrough));' to silence this warning case 0: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_descriptors.c:1410:7: note: insert 'break;' to avoid fall-through case 0: ^ break; ../src/gallium/drivers/radeonsi/si_descriptors.c:1428:7: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: ^ ../src/gallium/drivers/radeonsi/si_descriptors.c:1428:7: note: insert '__attribute__((fallthrough));' to silence this warning case 0: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_descriptors.c:1428:7: note: insert 'break;' to avoid fall-through case 0: ^ break; 40 warnings generated. [1371/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vce_52.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vce_52.c:28: In file included from ../src/gallium/include/pipe/p_video_codec.h:31: In file included from ../src/gallium/include/pipe/p_video_state.h:36: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_52.c:29: In file included from ../src/gallium/drivers/radeon/radeon_vce.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vce_52.c:31: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1372/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/.._radeon_radeon_vcn_dec.c.o' In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: In file included from ../src/gallium/drivers/radeon/radeon_winsys.h:40: In file included from ../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.c:28: In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.h:31: In file included from ../src/gallium/drivers/radeon/radeon_video.h:31: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeon/radeon_vcn_dec.c:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; 38 warnings generated. [1373/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state_shaders.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state_shaders.c:26: In file included from ../src/amd/common/ac_shader_util.h:32: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_shaders.c:29: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_shaders.c:29: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state_shaders.c:37: ../src/gallium/auxiliary/util/u_prim.h:281:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_prim.h:281:4: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_state_shaders.c:2484:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeonsi/si_state_shaders.c:2484:13: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_state_shaders.c:2484:13: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_state_shaders.c:2683:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeonsi/si_state_shaders.c:2683:10: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_state_shaders.c:2683:10: note: insert 'break;' to avoid fall-through default: ^ break; ../src/gallium/drivers/radeonsi/si_state_shaders.c:2665:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_SHADER_VERTEX: ^ ../src/gallium/drivers/radeonsi/si_state_shaders.c:2665:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_SHADER_VERTEX: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_state_shaders.c:2665:4: note: insert 'break;' to avoid fall-through case PIPE_SHADER_VERTEX: ^ break; ../src/gallium/drivers/radeonsi/si_state_shaders.c:2729:10: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeonsi/si_state_shaders.c:2729:10: note: insert '__attribute__((fallthrough));' to silence this warning default: ^ __attribute__((fallthrough)); ../src/gallium/drivers/radeonsi/si_state_shaders.c:2729:10: note: insert 'break;' to avoid fall-through default: ^ break; 43 warnings generated. [1374/1382] Compiling C object 'src/gallium/drivers/radeonsi/3cdc30e@@radeonsi@sta/si_state.c.o' In file included from ../src/gallium/drivers/radeonsi/si_state.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:135: In file included from ../src/amd/llvm/ac_llvm_build.h:30: In file included from ../src/compiler/nir/nir.h:45: ../src/util/xxhash.h:733:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS4; ^ ../src/util/xxhash.h:733:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:733:12: note: insert 'break;' to avoid fall-through case 8: PROCESS4; ^ break; ../src/util/xxhash.h:735:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4; ^ ../src/util/xxhash.h:735:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:735:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4; ^ break; ../src/util/xxhash.h:740:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS4; ^ ../src/util/xxhash.h:740:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:740:12: note: insert 'break;' to avoid fall-through case 9: PROCESS4; ^ break; ../src/util/xxhash.h:742:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4; ^ ../src/util/xxhash.h:742:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:742:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4; ^ break; ../src/util/xxhash.h:748:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS4; ^ ../src/util/xxhash.h:748:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:748:12: note: insert 'break;' to avoid fall-through case 10: PROCESS4; ^ break; ../src/util/xxhash.h:750:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4; ^ ../src/util/xxhash.h:750:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:750:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4; ^ break; ../src/util/xxhash.h:757:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS4; ^ ../src/util/xxhash.h:757:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:757:12: note: insert 'break;' to avoid fall-through case 11: PROCESS4; ^ break; ../src/util/xxhash.h:759:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4; ^ ../src/util/xxhash.h:759:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:759:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4; ^ break; ../src/util/xxhash.h:761:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1; ^ ../src/util/xxhash.h:761:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:761:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1; ^ break; ../src/util/xxhash.h:763:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1; ^ ../src/util/xxhash.h:763:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:763:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1; ^ break; ../src/util/xxhash.h:765:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1; ^ ../src/util/xxhash.h:765:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:765:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1; ^ break; ../src/util/xxhash.h:767:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH32_avalanche(h32); ^ ../src/util/xxhash.h:767:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH32_avalanche(h32); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:767:12: note: insert 'break;' to avoid fall-through case 0: return XXH32_avalanche(h32); ^ break; ../src/util/xxhash.h:1148:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 16: PROCESS8_64; ^ ../src/util/xxhash.h:1148:12: note: insert '__attribute__((fallthrough));' to silence this warning case 16: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1148:12: note: insert 'break;' to avoid fall-through case 16: PROCESS8_64; ^ break; ../src/util/xxhash.h:1150:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 8: PROCESS8_64; ^ ../src/util/xxhash.h:1150:12: note: insert '__attribute__((fallthrough));' to silence this warning case 8: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1150:12: note: insert 'break;' to avoid fall-through case 8: PROCESS8_64; ^ break; ../src/util/xxhash.h:1155:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 20: PROCESS8_64; ^ ../src/util/xxhash.h:1155:12: note: insert '__attribute__((fallthrough));' to silence this warning case 20: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1155:12: note: insert 'break;' to avoid fall-through case 20: PROCESS8_64; ^ break; ../src/util/xxhash.h:1157:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 12: PROCESS8_64; ^ ../src/util/xxhash.h:1157:12: note: insert '__attribute__((fallthrough));' to silence this warning case 12: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1157:12: note: insert 'break;' to avoid fall-through case 12: PROCESS8_64; ^ break; ../src/util/xxhash.h:1159:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 4: PROCESS4_64; ^ ../src/util/xxhash.h:1159:12: note: insert '__attribute__((fallthrough));' to silence this warning case 4: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1159:12: note: insert 'break;' to avoid fall-through case 4: PROCESS4_64; ^ break; ../src/util/xxhash.h:1164:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 17: PROCESS8_64; ^ ../src/util/xxhash.h:1164:12: note: insert '__attribute__((fallthrough));' to silence this warning case 17: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1164:12: note: insert 'break;' to avoid fall-through case 17: PROCESS8_64; ^ break; ../src/util/xxhash.h:1166:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 9: PROCESS8_64; ^ ../src/util/xxhash.h:1166:12: note: insert '__attribute__((fallthrough));' to silence this warning case 9: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1166:12: note: insert 'break;' to avoid fall-through case 9: PROCESS8_64; ^ break; ../src/util/xxhash.h:1172:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 21: PROCESS8_64; ^ ../src/util/xxhash.h:1172:12: note: insert '__attribute__((fallthrough));' to silence this warning case 21: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1172:12: note: insert 'break;' to avoid fall-through case 21: PROCESS8_64; ^ break; ../src/util/xxhash.h:1174:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 13: PROCESS8_64; ^ ../src/util/xxhash.h:1174:12: note: insert '__attribute__((fallthrough));' to silence this warning case 13: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1174:12: note: insert 'break;' to avoid fall-through case 13: PROCESS8_64; ^ break; ../src/util/xxhash.h:1176:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: PROCESS4_64; ^ ../src/util/xxhash.h:1176:12: note: insert '__attribute__((fallthrough));' to silence this warning case 5: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1176:12: note: insert 'break;' to avoid fall-through case 5: PROCESS4_64; ^ break; ../src/util/xxhash.h:1182:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 18: PROCESS8_64; ^ ../src/util/xxhash.h:1182:12: note: insert '__attribute__((fallthrough));' to silence this warning case 18: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1182:12: note: insert 'break;' to avoid fall-through case 18: PROCESS8_64; ^ break; ../src/util/xxhash.h:1184:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 10: PROCESS8_64; ^ ../src/util/xxhash.h:1184:12: note: insert '__attribute__((fallthrough));' to silence this warning case 10: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1184:12: note: insert 'break;' to avoid fall-through case 10: PROCESS8_64; ^ break; ../src/util/xxhash.h:1191:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 22: PROCESS8_64; ^ ../src/util/xxhash.h:1191:12: note: insert '__attribute__((fallthrough));' to silence this warning case 22: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1191:12: note: insert 'break;' to avoid fall-through case 22: PROCESS8_64; ^ break; ../src/util/xxhash.h:1193:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 14: PROCESS8_64; ^ ../src/util/xxhash.h:1193:12: note: insert '__attribute__((fallthrough));' to silence this warning case 14: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1193:12: note: insert 'break;' to avoid fall-through case 14: PROCESS8_64; ^ break; ../src/util/xxhash.h:1195:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 6: PROCESS4_64; ^ ../src/util/xxhash.h:1195:12: note: insert '__attribute__((fallthrough));' to silence this warning case 6: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1195:12: note: insert 'break;' to avoid fall-through case 6: PROCESS4_64; ^ break; ../src/util/xxhash.h:1202:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 19: PROCESS8_64; ^ ../src/util/xxhash.h:1202:12: note: insert '__attribute__((fallthrough));' to silence this warning case 19: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1202:12: note: insert 'break;' to avoid fall-through case 19: PROCESS8_64; ^ break; ../src/util/xxhash.h:1204:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 11: PROCESS8_64; ^ ../src/util/xxhash.h:1204:12: note: insert '__attribute__((fallthrough));' to silence this warning case 11: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1204:12: note: insert 'break;' to avoid fall-through case 11: PROCESS8_64; ^ break; ../src/util/xxhash.h:1212:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 23: PROCESS8_64; ^ ../src/util/xxhash.h:1212:12: note: insert '__attribute__((fallthrough));' to silence this warning case 23: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1212:12: note: insert 'break;' to avoid fall-through case 23: PROCESS8_64; ^ break; ../src/util/xxhash.h:1214:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 15: PROCESS8_64; ^ ../src/util/xxhash.h:1214:12: note: insert '__attribute__((fallthrough));' to silence this warning case 15: PROCESS8_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1214:12: note: insert 'break;' to avoid fall-through case 15: PROCESS8_64; ^ break; ../src/util/xxhash.h:1216:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 7: PROCESS4_64; ^ ../src/util/xxhash.h:1216:12: note: insert '__attribute__((fallthrough));' to silence this warning case 7: PROCESS4_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1216:12: note: insert 'break;' to avoid fall-through case 7: PROCESS4_64; ^ break; ../src/util/xxhash.h:1218:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 3: PROCESS1_64; ^ ../src/util/xxhash.h:1218:12: note: insert '__attribute__((fallthrough));' to silence this warning case 3: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1218:12: note: insert 'break;' to avoid fall-through case 3: PROCESS1_64; ^ break; ../src/util/xxhash.h:1220:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 2: PROCESS1_64; ^ ../src/util/xxhash.h:1220:12: note: insert '__attribute__((fallthrough));' to silence this warning case 2: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1220:12: note: insert 'break;' to avoid fall-through case 2: PROCESS1_64; ^ break; ../src/util/xxhash.h:1222:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 1: PROCESS1_64; ^ ../src/util/xxhash.h:1222:12: note: insert '__attribute__((fallthrough));' to silence this warning case 1: PROCESS1_64; ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1222:12: note: insert 'break;' to avoid fall-through case 1: PROCESS1_64; ^ break; ../src/util/xxhash.h:1224:12: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 0: return XXH64_avalanche(h64); ^ ../src/util/xxhash.h:1224:12: note: insert '__attribute__((fallthrough));' to silence this warning case 0: return XXH64_avalanche(h64); ^ __attribute__((fallthrough)); ../src/util/xxhash.h:1224:12: note: insert 'break;' to avoid fall-through case 0: return XXH64_avalanche(h64); ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:28: In file included from ../src/gallium/drivers/radeonsi/si_shader.h:138: ../src/gallium/auxiliary/util/u_inlines.h:712:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case PIPE_TEXTURE_1D_ARRAY: ^ ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert '__attribute__((fallthrough));' to silence this warning case PIPE_TEXTURE_1D_ARRAY: ^ __attribute__((fallthrough)); ../src/gallium/auxiliary/util/u_inlines.h:712:4: note: insert 'break;' to avoid fall-through case PIPE_TEXTURE_1D_ARRAY: ^ break; In file included from ../src/gallium/drivers/radeonsi/si_state.c:25: In file included from ../src/gallium/drivers/radeonsi/si_build_pm4.h:32: In file included from ../src/gallium/drivers/radeonsi/si_pipe.h:29: In file included from ../src/gallium/drivers/radeonsi/si_state.h:29: In file included from ../src/gallium/drivers/radeonsi/si_pm4.h:28: ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] default: ^ ../src/gallium/drivers/radeon/radeon_winsys.h:796:4: note: insert 'break;' to avoid fall-through default: ^ break; 38 warnings generated. [1375/1382] Linking static target src/gallium/drivers/radeonsi/libradeonsi.a [1376/1382] Linking target src/gallium/targets/d3dadapter9/d3dadapter9.so.1.0.0 [1377/1382] Linking target src/gallium/targets/va/libgallium_drv_video.so [1378/1382] Linking target src/gallium/targets/vdpau/libvdpau_gallium.so.1.0.0 [1379/1382] Linking target src/gallium/targets/dri/libgallium_dri.so [1380/1382] Compiling C++ object 'src/amd/compiler/3c53451@@aco@sta/aco_instruction_selection.cpp.o' In file included from ../src/amd/compiler/aco_instruction_selection.cpp:35: In file included from ../src/amd/compiler/aco_instruction_selection_setup.cpp:30: ../src/amd/vulkan/radv_shader.h:519:11: warning: result of comparison of constant 64 with expression of type 'gl_varying_slot' is always false [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/amd/vulkan/radv_shader.h:519:42: warning: result of comparison of constant 96 with expression of type 'gl_varying_slot' is always true [-Wtautological-constant-out-of-range-compare] if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. [1381/1382] Linking static target src/amd/compiler/libaco.a [1382/1382] Linking target src/amd/vulkan/libvulkan_radeon.so ==>(B Betrete fakeroot Umgebung...(B ==>(B Beginne package()...(B ninja: Entering directory `build' [1/29] Generating git_sha1.h with a custom command [1/2] Installing files. installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/dri/libgallium_dri.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri/radeonsi_dri.so installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/dri/libgallium_dri.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri/swrast_dri.so installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/dri/libgallium_dri.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri/kms_swrast_dri.so installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/vdpau/libvdpau_gallium.so.1.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/vdpau/libvdpau_radeonsi.so.1.0.0 installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/va/libgallium_drv_video.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri/radeonsi_drv_video.so Installing src/mapi/shared-glapi/libglapi.so.0.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/vulkan/overlay-layer/libVkLayer_MESA_overlay.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/vulkan/device-select-layer/libVkLayer_MESA_device_select.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/amd/vulkan/libvulkan_radeon.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/amd/vulkan/radeon_icd.i686.json to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/vulkan/icd.d Installing src/glx/libGLX_mesa.so.0.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/gbm/libgbm.so.1.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/egl/libEGL_mesa.so.0.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32 Installing src/gallium/targets/dri/libgallium_dri.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri Installing src/gallium/targets/vdpau/libvdpau_gallium.so.1.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/vdpau Installing src/gallium/targets/va/libgallium_drv_video.so to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/dri Installing src/gallium/targets/d3dadapter9/d3dadapter9.so.1.0.0 to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/d3d Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/EGL/eglmesaext.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/EGL Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/EGL/eglextchromium.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/EGL Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/GL/internal/dri_interface.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/GL/internal Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/d3dadapter/d3dadapter9.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/d3dadapter Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/d3dadapter/drm.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/d3dadapter Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/include/d3dadapter/present.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/d3dadapter Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/gbm/main/gbm.h to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/include/ Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/util/00-mesa-defaults.conf to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/drirc.d Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/vulkan/overlay-layer/VkLayer_MESA_overlay.json to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/vulkan/explicit_layer.d Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/vulkan/overlay-layer/mesa-overlay-control.py to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/bin Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/vulkan/device-select-layer/VkLayer_MESA_device_select.json to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/vulkan/implicit_layer.d Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/meson-private/dri.pc to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/pkgconfig Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/meson-private/gbm.pc to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/pkgconfig Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/src/egl/main/50_mesa.json to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/glvnd/egl_vendor.d Installing /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/meson-private/d3d.pc to /home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/lib32/pkgconfig Running custom install script '/usr/bin/python /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/bin/install_megadrivers.py /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/dri/libgallium_dri.so /usr/lib32/dri radeonsi_dri.so swrast_dri.so kms_swrast_dri.so' Running custom install script '/usr/bin/python /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/bin/install_megadrivers.py /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/vdpau/libvdpau_gallium.so.1.0.0 lib32/vdpau libvdpau_radeonsi.so.1.0.0' Running custom install script '/usr/bin/python /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/bin/install_megadrivers.py /home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/gallium/targets/va/libgallium_drv_video.so lib32/dri radeonsi_drv_video.so' '/home/chris/oldhome/build/lib32-mesa-full-r600g/src/mesa/build/src/amd/vulkan/radeon_icd.i686.json' -> '/home/chris/oldhome/build/lib32-mesa-full-r600g/pkg/lib32-mesa-full-intel-amd/usr/share/vulkan/icd.d/radeon_icd.i686.json' ==>(B Säubere Installation...(B  ->(B Entferne libtool Dateien...(B  ->(B Bereinige ungewollte Dateien...(B  ->(B Entferne statische Bibliotheken...(B  ->(B Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken...(B  ->(B Komprimiere Man-Pages und Info-Seiten...(B ==>(B Prüfe auf Paketierungsprobleme...(B ==>(B Erstelle Paket "lib32-mesa-full-intel-amd"...(B  ->(B Erstelle .PKGINFO Datei...(B  ->(B Erstelle .BUILDINFO Datei...(B  ->(B Erstelle .MTREE-Datei...(B  ->(B Komprimiere Paket... (B ==>(B Verlasse fakeroot Umgebung.(B ==>(B Beendete Erstellung: lib32-mesa-full-intel-amd 20.1.branchpoint.r2727.g645ee25e1cd-1 (Tue 07 Jul 2020 11:58:12 PM CEST)(B