Skip to content

Commit ecb468f

Browse files
Merge pull request #278 from sergey-dryabzhinsky/sergey-dryabzhinsky-patch-1
Update python-zstd.c
2 parents 1554e9e + 8d85eb0 commit ecb468f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python-zstd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ static PyObject *py_zstd_threads_count(PyObject* self, PyObject *args)
458458
static PyObject *py_zstd_set_cpu_cores_cache_ttl(PyObject* self, PyObject *args)
459459
{
460460
UNUSED(self);
461+
UNUSED(args);
461462

462463
int32_t cacheTTL = 0;
463464

@@ -477,6 +478,7 @@ static PyObject *py_zstd_set_cpu_cores_cache_ttl(PyObject* self, PyObject *args)
477478
static PyObject *py_zstd_stop_cpu_cores_cache(PyObject* self, PyObject *args)
478479
{
479480
UNUSED(self);
481+
UNUSED(args);
480482

481483
UTIL_stopCpuCoresCache();
482484
return Py_BuildValue("i", 0);

0 commit comments

Comments
 (0)