summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-29 08:39:46 +0200
committerJim Meyering <meyering@redhat.com>2008-04-30 09:26:14 +0200
commitb9a381b6300276c7111ebbc4c395db9ac1f7bc22 (patch)
treeb65f54986fac6b63342782828e18527c67104b66 /cfg.mk
parentc3723f7c0088e959d08312c14c6d5d4c79654473 (diff)
downloadparted-b9a381b6300276c7111ebbc4c395db9ac1f7bc22.tar.gz
Turn off strcmp/STREQ check.
* cfg.mk (local-checks-to-skip): Add sc_prohibit_strcmp.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index bf07b20..e434070 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -33,6 +33,7 @@ gpg_key_ID = B9AB9A16
# at the top of the file for each `make distcheck' run.
local-checks-to-skip = \
sc_file_system \
+ sc_prohibit_strcmp \
sc_changelog \
sc_prohibit_atoi_atof \
sc_system_h_headers \