summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-25 11:31:48 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 17:57:04 +0700
commitdbc76d2f97a9a689ecf4a37e6e64e7eb3d468d18 (patch)
treef7c128ce7bf09ef2151c631b70ea2bc3a39ddf74
parentaa2b2b71fa04097cab30398ee5e5f99ad894773b (diff)
downloadlibtool-dbc76d2f97a9a689ecf4a37e6e64e7eb3d468d18.tar.gz
syntax-check: skip sc_unmarked_diagnostics.
* cfg.mk (local-checks-to-fix): Move sc_unmarked_diagnostics from here... (local-checks-to-skip): ...to here. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--cfg.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 99dada06..22de32ca 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -57,7 +57,6 @@ local-checks-to-fix = \
sc_require_config_h_first \
sc_space_tab \
sc_trailing_blank \
- sc_unmarked_diagnostics \
sc_useless_cpp_parens
local-checks-to-skip = \
@@ -68,12 +67,14 @@ local-checks-to-skip = \
sc_cast_of_argument_to_free \
sc_cast_of_x_alloc_return_value \
sc_error_message_uppercase \
- sc_program_name
+ sc_program_name \
+ sc_unmarked_diagnostics
# GPL_version: checks for GPLv3, which we don't use
-# avoid_if_before_free: we don't use the gnulib malloc modules
# bindtextdomain: libtool isn't internationalized
+# avoid_if_before_free: we don't use the gnulib malloc modules
# cast_of_argument_to_free: ditto
# cast_of_x_alloc_return_value: ditto
# error_message_uppercase: we like our error messages
# program_name: libtool has no programs!
+# unmarked_diagnostics: libtool isn't internationalized