mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
syntax-check: fix violations and re-enable sc_prohibit_stddef_without_use.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_stddef_without_use from list of disabled checks. * libltdl/argz.c, libltdl/lt__dirent.c, libltdl/slist.c: Remove spurious stddef.h #include lines. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
b5c821f680
commit
176ed61129
1
cfg.mk
1
cfg.mk
@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
|
||||
local-checks-to-fix = \
|
||||
sc_prohibit_always-defined_macros \
|
||||
sc_prohibit_always_true_header_tests \
|
||||
sc_prohibit_stddef_without_use \
|
||||
sc_prohibit_strcmp \
|
||||
sc_prohibit_test_minus_ao \
|
||||
sc_prohibit_undesirable_word_seq \
|
||||
|
@ -37,7 +37,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
|
||||
#include <argz.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
|
@ -31,7 +31,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
|
||||
#include "lt__private.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "lt__dirent.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
|
||||
#include <assert.h>
|
||||
|
||||
#include "slist.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static SList * slist_sort_merge (SList *left, SList *right,
|
||||
|
Loading…
Reference in New Issue
Block a user