]> git.ipfire.org Git - thirdparty/squid.git/commit
Reduced build warnings [-Wmissing-declarations] (#1876)
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 9 Aug 2024 22:42:00 +0000 (22:42 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 13 Aug 2024 00:23:39 +0000 (12:23 +1200)
commitd9fd4db2579d8cffa89e1ccd823475c11c8dbce6
treeaa7455bb241405b488617ac9ea964962f1620aff
parentf5afee8b7fa3e8245b42e4a07e121cf297333eb5
Reduced build warnings [-Wmissing-declarations] (#1876)

This change fixes a few manually picked cases in sources that are not
normally compiled on our CI nodes. There are probably more missing
declarations, but we do not know how to find them automatically.

Also removed a few seemingly unused functions and declarations.
src/acl/external/AD_group/ext_ad_group_acl.cc
src/acl/external/LM_group/ext_lm_group_acl.cc
src/auth/negotiate/SSPI/negotiate_sspi_auth.cc
src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc