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:
parent
77cdfe3ecc
commit
59dfd2d797
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user