Oops - missed one in the last commit.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 27 Jan 2008 12:20:13 +0000 (12:20 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 27 Jan 2008 12:20:13 +0000 (12:20 +0000)
git-svn-id: http://svn.voria.com/code@1512 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/valuenode_reference.cpp

index 3566d51..bd80d37 100644 (file)
@@ -90,7 +90,7 @@ ValueNode_Reference::set_link_vfunc(int i,ValueNode::Handle value)
 }
 
 ValueNode::LooseHandle
-ValueNode_Reference::get_link_vfunc(int i)const
+ValueNode_Reference::get_link_vfunc(int i __attribute__ ((unused)))const
 {
        assert(i>=0 && i<link_count());