mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
9cfdb9f190
Fixes: libcli/netlogon/netlogon.c:183:11: warning: Value stored to 'status' during its initialization is never read <--[clang] NTSTATUS status = NT_STATUS_INVALID_NETWORK_RESPONSE; ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libcli/netlogon/netlogon.c:224:11: warning: Value stored to 'status' during its initialization is never read <--[clang] NTSTATUS status = NT_STATUS_INVALID_NETWORK_RESPONSE; ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Note: although use of default seems unecessary but gcc (with --picky-developer) detects the possibiliy still that status may be undefined (presumably by a non enum value leaking into the switch) Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> |
||
---|---|---|
.. | ||
netlogon_proto.h | ||
netlogon.c | ||
netlogon.h | ||
wscript_build |