aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/shiboken6/tests/libsample/oddbool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/oddbool.h b/sources/shiboken6/tests/libsample/oddbool.h
index 1d6524443..bb617b826 100644
--- a/sources/shiboken6/tests/libsample/oddbool.h
+++ b/sources/shiboken6/tests/libsample/oddbool.h
@@ -98,7 +98,7 @@ public:
#endif // C++ 20
private:
- int m_value;
+ [[maybe_unused]] int m_value;
};
#endif // ODDBOOL_H