Module Name: src Committed By: mrg Date: Tue Apr 13 04:59:00 UTC 2021
Modified Files: src/external/bsd/ntp/bin/ntpdc: Makefile src/external/bsd/ntp/lib/libntp: Makefile src/external/bsd/tmux/usr.bin/tmux: Makefile src/external/gpl3/binutils/lib/libbfd: Makefile src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/gallium: Makefile src/external/mit/xorg/lib/libXfont: Makefile src/external/mit/xorg/lib/libXfont2: Makefile src/sys/external/bsd/drm2/i915drm: files.i915drmkms src/sys/modules/i915drmkms: Makefile src/usr.sbin/sysinst: Makefile.inc Log Message: apply some -Wno- to ignore several new warnings with GCC 10. ntp: ignore truncation beyond api sizes, and ignore wrongly guessed underflow tmux: ignore maybe uninitialised warning for impossible case libbfd: signed/unsigned variables assigned in the same statement dri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c as it implements backend functions with different in-C-machine but same-in-real-machine types libXfont/libXfont2: signed/unsigned variables assigned in the same statement i915drm: ignore impossible maybe uninitialised warnings sysinst: ignore an invalid string truncation issue To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/ntp/bin/ntpdc/Makefile cvs rdiff -u -r1.24 -r1.25 src/external/bsd/ntp/lib/libntp/Makefile cvs rdiff -u -r1.25 -r1.26 src/external/bsd/tmux/usr.bin/tmux/Makefile cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/binutils/lib/libbfd/Makefile cvs rdiff -u -r1.36 -r1.37 src/external/mit/xorg/lib/dri/Makefile cvs rdiff -u -r1.45 -r1.46 src/external/mit/xorg/lib/gallium/Makefile cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/libXfont/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXfont2/Makefile cvs rdiff -u -r1.39 -r1.40 src/sys/external/bsd/drm2/i915drm/files.i915drmkms cvs rdiff -u -r1.16 -r1.17 src/sys/modules/i915drmkms/Makefile cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/sysinst/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.