summaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index a1ec539b9..431ff1c2f 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -731,6 +731,7 @@ const char *Curl_strerror(int err, char *buf, size_t buflen)
max = buflen - 1;
*buf = '\0';
+ /* !checksrc! disable STRERROR 2 */
#if defined(WIN32) || defined(_WIN32_WCE)
#if defined(WIN32)
/* 'sys_nerr' is the maximum errno number, it is not widely portable */