diff options
author | Jim Meyering <meyering@fb.com> | 2015-10-15 09:09:18 -0700 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2015-10-16 08:02:51 -0700 |
commit | e8d7e205309c05cf2c7c9a42b33708b1eb4587ca (patch) | |
tree | 2d8069320a668216abd082c05e2f2921157e45f7 /doc | |
parent | c249a5afc4f480e10346198422a3161931afd574 (diff) | |
download | coreutils-e8d7e205309c05cf2c7c9a42b33708b1eb4587ca.tar.xz |
maint: avoid uniq.c warning from bleeding-edge gcc's -Wstrict-overflow
* src/uniq.c (main): Make the type of "nfiles" unsigned,
to avoid a brand new warning from a gcc I built from today's
sources (gcc version 6.0.0 20151015 (experimental) (GCC)):
src/uniq.c:523:14: error: assuming signed overflow does not occur \
when simplifying conditional to constant [-Werror=strict-overflow]
if (nfiles == 2)
^
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions