Skip to content

Commit 1c865f1

Browse files
Update python-zstd.h
Prepare to eliminate unused parameter warning
1 parent 0173b52 commit 1c865f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python-zstd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#ifndef _PYTHON_ZSTD_H_
3333
#define _PYTHON_ZSTD_H_
3434

35+
#define UNUSED(x) (void)(x)
3536

3637
#include "Python.h"
3738

0 commit comments

Comments
 (0)