]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Change ATTR_UNUNSED to ATTR_UNUSED
authorAki Tuomi <cmouse@desteem.org>
Tue, 31 Mar 2015 22:02:45 +0000 (01:02 +0300)
committerAki Tuomi <cmouse@desteem.org>
Tue, 31 Mar 2015 22:02:45 +0000 (01:02 +0300)
pdns/ext/luawrapper/include/LuaContext.hpp

index c17c1bbb3c06cf711efc0e918330f53caa43f94b..740f7d0ca96fcbe069f9a1786bef33547d5e6365 100644 (file)
@@ -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 {};
     
 /**************************************************/