]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: skip sc_unmarked_diagnostics.
authorGary V. Vaughan <gary@gnu.org>
Tue, 25 Oct 2011 04:31:48 +0000 (11:31 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 10:57:04 +0000 (17:57 +0700)
* 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>
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 99dada06fd3a4c4f255092ffcd7db85da5fc9e04..22de32ca82e38526237cb904d2eb84f0e5e12e2c 100644 (file)
--- 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