From 3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Dec 2019 22:25:29 +0800 Subject: ... --- include/cru/common/base.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/cru/common/base.hpp b/include/cru/common/base.hpp index 2c935046..4264142d 100644 --- a/include/cru/common/base.hpp +++ b/include/cru/common/base.hpp @@ -3,6 +3,8 @@ #include +#define CRU_UNUSED(entity) static_cast(entity); + #define CRU_DEFAULT_COPY(classname) \ classname(const classname&) = default; \ classname& operator=(const classname&) = default; -- cgit v1.2.3