mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-07 15:37:05 +08:00
syntax-check: rationale for disabling sc_cast_of_x_alloc_return_value.
* 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>
This commit is contained in:
parent
f3e71d08e8
commit
8a7e35d988
3
cfg.mk
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user