summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-26 15:11:45 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:11:12 +0700
commitf3e71d08e878bdb7408d763f745b70bb34078af0 (patch)
tree3f7ca55d01c1353b41557b6b5181f0a7a68b5a47 /cfg.mk
parentabc2b152d3e8a7427123cd651d888a6b3a6e5fde (diff)
downloadlibtool-f3e71d08e878bdb7408d763f745b70bb34078af0.tar.gz
syntax-check: fix violations and re-enable sc_cast_of_argument_to_free.
* cfg.mk (local-checks-to-fix): Remove sc_cast_of_argument_to_free from list of disabled checks. * build-aux/ltmain.m4sh, libltdl/libltdl/lt__alloc.h, libltdl/lt__dirent.c: Casting argument to free is never necessary. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 46a1a96c..cffea223 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -63,7 +63,6 @@ local-checks-to-skip = \
$(local-checks-to-fix) \
sc_GPL_version \
sc_bindtextdomain \
- sc_cast_of_argument_to_free \
sc_cast_of_x_alloc_return_value \
sc_error_message_uppercase \
sc_program_name \
@@ -71,8 +70,7 @@ local-checks-to-skip = \
# GPL_version: checks for GPLv3, which we don't use
# bindtextdomain: libtool isn't internationalized
-# cast_of_argument_to_free: we don't use gnulib alloc modules
-# cast_of_x_alloc_return_value: ditto
+# cast_of_x_alloc_return_value: we don't use gnulib alloc modules
# error_message_uppercase: we like our error messages
# program_name: libtool has no programs!
# unmarked_diagnostics: libtool isn't internationalized