diff --git a/ChangeLog b/ChangeLog index fded58feae88856339c6908d15d7468244b894c9..483c14a9ebde8f979dac9376a9907e2c3ef27b55 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 dfca3fcb0803d4bfcc4ffdc1b09510845e84df13..9e75fda8e8c905af52cb19962d7a8553fed2c00e 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 \