From: Aki Tuomi Date: Tue, 31 Mar 2015 22:02:45 +0000 (+0300) Subject: Change ATTR_UNUNSED to ATTR_UNUSED X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9a78b45cde00d2adfa7370c6e248a8f9f3e655;p=thirdparty%2Fpdns.git Change ATTR_UNUNSED to ATTR_UNUSED --- diff --git a/pdns/ext/luawrapper/include/LuaContext.hpp b/pdns/ext/luawrapper/include/LuaContext.hpp index c17c1bbb3c..740f7d0ca9 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 {}; /**************************************************/