# git rev-parse -q --verify b7eb335e26a9c7f258c96b3962c283c379d3ede0^{commit} b7eb335e26a9c7f258c96b3962c283c379d3ede0 already have revision, skipping fetch # git checkout -q -f -B kisskb b7eb335e26a9c7f258c96b3962c283c379d3ede0 # git clean -qxdf # < git log -1 # commit b7eb335e26a9c7f258c96b3962c283c379d3ede0 # Author: Gustavo A. R. Silva # Date: Mon Jul 12 00:57:54 2021 -0500 # # Makefile: Enable -Wimplicit-fallthrough for Clang # # With the recent fixes for fallthrough warnings, it is now possible to # enable -Wimplicit-fallthrough for Clang. # # It's important to mention that since we have adopted the use of the # pseudo-keyword macro fallthrough; we also want to avoid having more # /* fall through */ comments being introduced. Notice that contrary # to GCC, Clang doesn't recognize any comments as implicit fall-through # markings when the -Wimplicit-fallthrough option is enabled. So, in # order to avoid having more comments being introduced, we have to use # the option -Wimplicit-fallthrough=5 for GCC, which similar to Clang, # will cause a warning in case a code comment is intended to be used # as a fall-through marking. # # Co-developed-by: Kees Cook # Signed-off-by: Kees Cook # Signed-off-by: Gustavo A. R. Silva # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux-ld --version # < git log --format=%s --max-count=1 b7eb335e26a9c7f258c96b3962c283c379d3ede0 # < make -s -j 160 ARCH=ia64 O=/kisskb/build/gustavoars_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- defconfig # < make -s -j 160 ARCH=ia64 O=/kisskb/build/gustavoars_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- help # make -s -j 160 ARCH=ia64 O=/kisskb/build/gustavoars_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- olddefconfig # make -s -j 160 ARCH=ia64 O=/kisskb/build/gustavoars_ia64-defconfig_ia64-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/ia64-linux/bin/ia64-linux- :1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] No errors detected in 22719 functions. Completed OK # rm -rf /kisskb/build/gustavoars_ia64-defconfig_ia64-gcc4.9 # Build took: 0:01:07.864913