From 6c9a78b45cde00d2adfa7370c6e248a8f9f3e655 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Wed, 1 Apr 2015 01:02:45 +0300 Subject: [PATCH] Change ATTR_UNUNSED to ATTR_UNUSED --- pdns/ext/luawrapper/include/LuaContext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ext/luawrapper/include/LuaContext.hpp b/pdns/ext/luawrapper/include/LuaContext.hpp index c17c1bbb3..740f7d0ca 100644 --- a/pdns/ext/luawrapper/include/LuaContext.hpp +++ b/pdns/ext/luawrapper/include/LuaContext.hpp @@ -1711,7 +1711,7 @@ private: static LuaContext::EmptyArray_t ATTR_UNUSED LuaEmptyArray {}; /// @deprecated -static LuaContext::Metatable_t ATTR_UNUNSED +static LuaContext::Metatable_t ATTR_UNUSED LuaMetatable {}; /**************************************************/ -- 2.49.0