1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

replace: Be strict when checking __attribute__ features

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13493

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Amitay Isaacs 2018-07-03 14:36:33 +10:00 committed by Martin Schwenke
parent 77cdfe3ecc
commit 59dfd2d797

View File

@ -293,7 +293,7 @@ def configure(conf):
''',
'HAVE_FALLTHROUGH_ATTRIBUTE',
addmain=False,
cflags='-Werror',
strict=True,
msg='Checking for fallthrough attribute')
# these may be builtins, so we need the link=False strategy