From 1be2c8c814c7f365364e949419420f61b3fe8016 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Jan 2008 18:21:00 +0000 Subject: [PATCH] Enable two more tests. * Makefile.cfg (local-checks-to-skip) [sc_cast_of_x_alloc_return_value, sc_cast_of_argument_to_free]: Enable. --- ChangeLog | 4 ++++ Makefile.cfg | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fded58feae..483c14a9eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Tue Jan 29 18:39:25 CET 2008 Jim Meyering + Enable two more tests. + * Makefile.cfg (local-checks-to-skip) + [sc_cast_of_x_alloc_return_value, sc_cast_of_argument_to_free]: Enable. + Enable the -checking test; fix violations. * Makefile.cfg (local-checks-to-skip) [sc_prohibit_assert_without_use]: Enable. diff --git a/Makefile.cfg b/Makefile.cfg index dfca3fcb08..9e75fda8e8 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -35,8 +35,6 @@ local-checks-to-skip = \ sc_GPL_version \ sc_always_defined_macros \ sc_cast_of_alloca_return_value \ - sc_cast_of_argument_to_free \ - sc_cast_of_x_alloc_return_value \ sc_changelog \ sc_dd_max_sym_length \ sc_error_exit_success \ -- GitLab