Snippets for awesome 4.3 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/awesome/4.3/24.fc45/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/awesome-4.3-build/awesome-73b20cc3eca34c0dbe40e7798f469e1df787f44d/tests/test-gravity.c:375:5: warning: enumeration value ‘TEST_STATE_DONE_GOT_CONFIGURE’ not handled in switch [-Wswitch] 375 | switch (window_state.state) | ^~~~~~ -
/builddir/build/BUILD/awesome-4.3-build/awesome-73b20cc3eca34c0dbe40e7798f469e1df787f44d/tests/test-gravity.c:426:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 426 | while (event = xcb_wait_for_event(c)) { | ^~~~~ -
/builddir/build/BUILD/awesome-4.3-build/awesome-73b20cc3eca34c0dbe40e7798f469e1df787f44d/tests/test-gravity.c:462:5: warning: enumeration value ‘TEST_STATE_DONE’ not handled in switch [-Wswitch] 462 | switch (window_state.state) | ^~~~~~ -
/builddir/build/BUILD/awesome-4.3-build/awesome-73b20cc3eca34c0dbe40e7798f469e1df787f44d/tests/test-gravity.c:462:5: warning: enumeration value ‘TEST_STATE_DONE_GOT_CONFIGURE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/awesome-4.3-build/awesome-73b20cc3eca34c0dbe40e7798f469e1df787f44d/redhat-linux-build/keygrabber.c:71:20: warning: comparison is always true due to limited range of data type [-Wtype-limits] 71 | return (buf[0] >= 0 && buf[0] < 0x20) || buf[0] == 0x7f; | ^~ -
/usr/include/bits/string_fortified.h:29:10: warning: ‘memcpy’ specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^