smb_conn_no_reply -- empty, unused, but triggers a compiler warning
Status: Beta
Brought to you by:
kshevetskiy
When asked to be -pedantic
, clang denounces empty structures (such as smb_conn_no_reply
) as a GNU-extension. Since the symbol is not used anywhere in the code, its warning-triggering declaration may as well be removed for good.