]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: rationale for disabling sc_cast_of_x_alloc_return_value.
authorGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 11:04:31 +0000 (18:04 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:19:51 +0000 (19:19 +0700)
* cfg.mk: Note that we support C++ compilation of libltdl, which
in turn requires that *alloc return values be cast correctly.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index cffea223c039fd7e86c0984183c63fd5d7e5df6f..c39cc51b5a8c2cc388ea7c374a8f078c95644ce5 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -70,7 +70,8 @@ local-checks-to-skip =                                \
 
 # GPL_version: checks for GPLv3, which we don't use
 # bindtextdomain: libtool isn't internationalized
-# cast_of_x_alloc_return_value: we don't use gnulib alloc modules
+# cast_of_x_alloc_return_value:
+#         We support C++ compilation which does require casting here.
 # error_message_uppercase: we like our error messages
 # program_name: libtool has no programs!
 # unmarked_diagnostics: libtool isn't internationalized