summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-09-16 17:23:49 +0700
committerGary V. Vaughan <gary@gnu.org>2012-09-16 17:52:16 +0700
commit22f7f568aa24a7cc4764bec723c7531e69cee947 (patch)
tree37ac5cd30abe818f7a4a70a5249acbf6561cf2d0
parent07316202db83c1730ee682115ba92dab1950da80 (diff)
downloadlibtool-22f7f568aa24a7cc4764bec723c7531e69cee947.tar.gz
syntax-check: skip prohibit_strncpy.
* cfg.mk (local-checks-to-skip): sc_prohibit_strncpy. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index e80b1f6c..fcaf39f9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -49,6 +49,7 @@ local-checks-to-skip = \
sc_cast_of_x_alloc_return_value \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
+ sc_prohibit_strncpy \
sc_trailing_blank \
sc_unmarked_diagnostics
@@ -61,6 +62,8 @@ local-checks-to-skip = \
# prohibit_always_true_header_tests:
# we have our own argz and dirent, which are not *always* true,
# so the guards cannot be removed in our case.
+# prohibit_strncpy:
+# what's so bad about strncpy anyway?
# trailing_blank: flags valid rfc3676 separators
# unmarked_diagnostics: libtool isn't internationalized