diff options
Diffstat (limited to 'src/core/stdssl/src/netlibssl.cpp')
-rw-r--r-- | src/core/stdssl/src/netlibssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index abcc58ff16..1c5dd33569 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -62,7 +62,7 @@ struct SslHandle SocketState state;
};
-static void ReportSslError(SECURITY_STATUS scRet, int line, bool showPopup = false)
+static void ReportSslError(SECURITY_STATUS scRet, int line, bool = false)
{
TCHAR szMsgBuf[256];
switch (scRet) {
|