summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-04 23:31:34 +0100
committerJim Meyering <meyering@redhat.com>2009-12-04 23:31:34 +0100
commitacd6c7be4dab1cc5d4012f1074691999d4fd3083 (patch)
tree60a74009c5e86c8b8de2d8b222d3cae9d0130fe6 /cfg.mk
parentdc57dad0fd9ccc43e65491e7416652d1437dff30 (diff)
downloadgrep-acd6c7be4dab1cc5d4012f1074691999d4fd3083.tar.gz
maint: enable cast_of_x_alloc_return_value check
* cfg.mk (local-checks-to-skip): Enable sc_cast_of_x_alloc_return_value. * .x-sc_cast_of_x_alloc_return_value: * src/dfa.c (CALLOC, MALLOC, REALLOC): Remove casts. * src/dosbuf.c (undossify_input): Likewise. * src/grep.c (print_line_middle, prepend_default_options): Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 92aee2f6..b222ff3f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,6 @@ gpg_key_ID = B9AB9A16
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_cast_of_argument_to_free \
- sc_cast_of_x_alloc_return_value \
sc_error_message_uppercase \
sc_m4_quote_check \
sc_makefile_TAB_only_indentation \