aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken')
-rw-r--r--libshiboken/helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libshiboken/helper.h b/libshiboken/helper.h
index f179b2d7c..13c119afc 100644
--- a/libshiboken/helper.h
+++ b/libshiboken/helper.h
@@ -28,6 +28,8 @@
#include "conversions.h"
#include "autodecref.h"
+#define SBK_UNUSED(x) (void)x;
+
namespace Shiboken
{