git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d9498
)
tests: enable strcmp-related syntax-check tests
author
Jim Meyering
<meyering@redhat.com>
Mon, 9 Nov 2009 14:05:23 +0000
(15:05 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 9 Nov 2009 21:42:02 +0000
(22:42 +0100)
* cfg.mk (local-checks-to-skip): Don't skip these checks:
sc_prohibit_strcmp_and_strncmp, sc_prohibit_strcmp.
cfg.mk
patch
|
blob
|
history
diff --git
a/cfg.mk
b/cfg.mk
index
134725a
..
0c19cc9
100644
(file)
--- a/
cfg.mk
+++ b/
cfg.mk
@@
-36,8
+36,6
@@
local-checks-to-skip = \
sc_prohibit_quote_without_use \
sc_prohibit_quotearg_without_use \
sc_prohibit_stat_st_blocks \
- sc_prohibit_strcmp_and_strncmp \
- sc_prohibit_strcmp \
sc_space_tab \
sc_two_space_separator_in_usage \
sc_error_message_uppercase \