Use Unused Variable in ERR_getErrorString()
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
const char* ERR_getErrorString(ERR_enum code)
|
const char* ERR_getErrorString(ERR_enum code)
|
||||||
{
|
{
|
||||||
#ifdef ZSTD_STRIP_ERROR_STRINGS
|
#ifdef ZSTD_STRIP_ERROR_STRINGS
|
||||||
|
(void)code;
|
||||||
return "Error strings stripped";
|
return "Error strings stripped";
|
||||||
#else
|
#else
|
||||||
static const char* const notErrorCode = "Unspecified error code";
|
static const char* const notErrorCode = "Unspecified error code";
|
||||||
|
|||||||
Reference in New Issue
Block a user