]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix clang 20 unused-but-set-variables warnings
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 19 May 2025 04:15:27 +0000 (16:15 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 28 May 2025 23:04:38 +0000 (23:04 +0000)
commit73931e45af782b32573c11db1cb938d883489e86
tree971e07291bd95713694a2640f0376ce77480b632
parent1369a038e8f37cb597818f920f425a6c9753636c
Fix clang 20 unused-but-set-variables warnings

Suppress error: variable 'yynerrs' set but not used [-Werror,-Wunused-but-set-variable]
                for the code generated from the yacc files.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Anoop C S <anoopcs@samba.org>
buildtools/wafsamba/samba_autoconf.py
libcli/security/wscript_build
libcli/wsp/wscript_build