maint: remove -Wmissing-field-initializers workarounds
authorPádraig Brady <P@draigBrady.com>
Tue, 26 Apr 2011 09:30:05 +0000 (10:30 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 8 May 2011 16:38:37 +0000 (17:38 +0100)
commit73fd918bd0f4417bb800bd569af69fb07ec65e72
treecf0055d5c744d198930f80805ad74761266d9bd7
parent3c8ff029d4475eb79f69c98420f93e93a42a25dc
maint: remove -Wmissing-field-initializers workarounds

* configure.ac: Rather than disabling -Wmissing-field-initializers,
use the fact that gnulib now disables it automatically when required
(on versions of GCC older than 4.7).
* src/system.h: Remove the no longer needed DECLARE_ZEROED_AGGREGATE.
* src/ls.c: Likewise.
* src/pathchk.c: Likewise.
* src/shred.c: Likewise.
* src/stty.c: Likewise.
* src/wc.c: Likewise.
configure.ac
src/ls.c
src/pathchk.c
src/shred.c
src/stty.c
src/system.h
src/wc.c