mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
syntax-check: skip prohibit_strncpy.
* cfg.mk (local-checks-to-skip): sc_prohibit_strncpy. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
07316202db
commit
22f7f568aa
3
cfg.mk
3
cfg.mk
@ -49,6 +49,7 @@ local-checks-to-skip = \
|
|||||||
sc_cast_of_x_alloc_return_value \
|
sc_cast_of_x_alloc_return_value \
|
||||||
sc_prohibit_always-defined_macros \
|
sc_prohibit_always-defined_macros \
|
||||||
sc_prohibit_always_true_header_tests \
|
sc_prohibit_always_true_header_tests \
|
||||||
|
sc_prohibit_strncpy \
|
||||||
sc_trailing_blank \
|
sc_trailing_blank \
|
||||||
sc_unmarked_diagnostics
|
sc_unmarked_diagnostics
|
||||||
|
|
||||||
@ -61,6 +62,8 @@ local-checks-to-skip = \
|
|||||||
# prohibit_always_true_header_tests:
|
# prohibit_always_true_header_tests:
|
||||||
# we have our own argz and dirent, which are not *always* true,
|
# we have our own argz and dirent, which are not *always* true,
|
||||||
# so the guards cannot be removed in our case.
|
# so the guards cannot be removed in our case.
|
||||||
|
# prohibit_strncpy:
|
||||||
|
# what's so bad about strncpy anyway?
|
||||||
# trailing_blank: flags valid rfc3676 separators
|
# trailing_blank: flags valid rfc3676 separators
|
||||||
# unmarked_diagnostics: libtool isn't internationalized
|
# unmarked_diagnostics: libtool isn't internationalized
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user