Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.
authorRob Landley <rob@landley.net>
Wed, 7 Sep 2005 04:18:36 +0000 (04:18 -0000)
committerRob Landley <rob@landley.net>
Wed, 7 Sep 2005 04:18:36 +0000 (04:18 -0000)
commit14efdc58ce064fd4e0601e7099aec1c54bdaba0b
tree1d3cc979d1d5f829176be54ffc7d4674db64b7e6
parent99f61719cb5d3d6e403e7cb9645c8f6289bb9ca4
Don't comment warnings.  Don't put #warnings about warnings.  _FIX_ warnings.

This fixes the warning, and makes the binary smaller out of sheer pique.
(Yes, since Manuel did this one it's nice tight code that took several
attempts to shrink, but I was ticked.)

Add the start of a test for uniq; this is about the first 1/3 of the
tests we need for full susv3 coverage of uniq.
coreutils/libcoreutils/Makefile.in
coreutils/libcoreutils/xgetoptfile_sort_uniq.c [deleted file]
coreutils/uniq.c
include/usage.h
testsuite/uniq.tests [new file with mode: 0755]