]> git.ipfire.org Git - thirdparty/coreutils.git/commit
avoid spurious parentheses/arith-op-related warnings from newer gcc
authorJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 13:53:10 +0000 (14:53 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 13:53:10 +0000 (14:53 +0100)
commit8ed84c34388b3e475ece2f93ac22e25546503f16
tree018dc7c9796f43fe17badf9d0c493e69764a130a
parentc55c0e736926178d317027fb8c938c266d7b0ea3
avoid spurious parentheses/arith-op-related warnings from newer gcc

* src/copy.c (set_owner): Use && rather than &.
* src/stty.c (main): Likewise.
* src/wc.c (wc): Likewise.
src/copy.c
src/stty.c
src/wc.c