diffutils-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Diffutils-devel] FYI: two diffs pushed to pass "make distcheck" with GC


From: Jim Meyering
Subject: [Diffutils-devel] FYI: two diffs pushed to pass "make distcheck" with GCC 7
Date: Sun, 2 Oct 2016 16:09:06 -0700

GCC-7-to-be added some new warning options, so I've fixed both
diffutils and the bits of gnulib it uses so that "make distcheck"
still passes when using that compiler:

    gnulib: update to latest

    build: avoid GCC 7's new warnings
    * src/util.c (get_funky_string): Adjust comment so that GCC 7's
    -Wimplicit-fallthrough recognizes it.
    * src/diff3.c (main): Cast boolean MERGE to "int" to avoid this:
    diff3.c:341:25: error: '~' on a boolean expression \
    [-Werror=bool-operation]

http://git.sv.gnu.org/cgit/diffutils.git/commit/?id=84387b8f5fa66e
http://git.sv.gnu.org/cgit/diffutils.git/commit/?id=8db62fe5ec9b81



reply via email to

[Prev in Thread] Current Thread [Next in Thread]