From: Alex Rousskov Date: Wed, 15 Dec 2021 09:57:53 +0000 (+0000) Subject: Fix GCC v10.3 build after commit 8b082ed (#951) X-Git-Tag: SQUID_6_0_1~259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a3fb70dc784611998f1124cdc567bbb597a460e;p=thirdparty%2Fsquid.git Fix GCC v10.3 build after commit 8b082ed (#951) basic_smb_auth.cc:57:1: warning: no previous declaration for `void print_esc(FILE*, char*)` [-Wmissing-declarations] --- diff --git a/src/auth/basic/SMB/basic_smb_auth.cc b/src/auth/basic/SMB/basic_smb_auth.cc index 2641317cb3..24541b7fc2 100644 --- a/src/auth/basic/SMB/basic_smb_auth.cc +++ b/src/auth/basic/SMB/basic_smb_auth.cc @@ -53,7 +53,7 @@ struct SMBDOMAIN *lastdom = NULL; * to the read command of the bourne shell. */ -void +static void print_esc(FILE * p, char *s) { char buf[HELPER_INPUT_BUFFER];