summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-03 22:29:21 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-03 22:29:21 +0200
commit2d2b4693689d5f3b858e2d983c428f2e4a24d364 (patch)
treefe1557c51142e9ab149a44a2cca32ec24d7d2f64 /cfg.mk
parent6ab3a57a4af0a0e64f4afe2794682128d108ff34 (diff)
downloadgnutls-2d2b4693689d5f3b858e2d983c428f2e4a24d364.tar.gz
Fix syntax-check warnings.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e1ffa98a51..d74dec3d01 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,10 @@ endif
PODIR := lib/po
PO_DOMAIN := libgnutls
-local-checks-to-skip = sc_prohibit_strcmp
+local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_atoi_atof \
+ sc_error_message_uppercase sc_prohibit_have_config_h \
+ sc_require_config_h sc_require_config_h_first \
+ sc_trailing_blank sc_unmarked_diagnostics sc_immutable_NEWS
autoreconf:
for f in $(PODIR)/*.po.in; do \