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