From: Gary V. Vaughan Date: Tue, 25 Oct 2011 04:31:48 +0000 (+0700) Subject: syntax-check: skip sc_unmarked_diagnostics. X-Git-Tag: v2.4.2.418~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc76d2f97a9a689ecf4a37e6e64e7eb3d468d18;p=thirdparty%2Flibtool.git 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 --- diff --git a/cfg.mk b/cfg.mk index 99dada06f..22de32ca8 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