mirror of
https://github.com/facebook/zstd.git
synced 2024-11-24 07:36:43 +08:00
Use Unused Variable in ERR_getErrorString()
This commit is contained in:
parent
0d606ee3db
commit
8e61ac8161
@ -15,6 +15,7 @@
|
||||
const char* ERR_getErrorString(ERR_enum code)
|
||||
{
|
||||
#ifdef ZSTD_STRIP_ERROR_STRINGS
|
||||
(void)code;
|
||||
return "Error strings stripped";
|
||||
#else
|
||||
static const char* const notErrorCode = "Unspecified error code";
|
||||
|
Loading…
Reference in New Issue
Block a user