gnomemm r1762 - in cluttermm/trunk: . clutter/src



Author: murrayc
Date: Mon Nov  3 23:01:01 2008
New Revision: 1762
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1762&view=rev

Log:
2008-11-03   Piotr Rak <piotr rak gmail com>

* clutter/src/behaviour-path.hg: Remove a parameter name to avoid 
a g++ warning about the unused parameter.
Bug #558873. 

Modified:
   cluttermm/trunk/ChangeLog
   cluttermm/trunk/clutter/src/behaviour-path.hg

Modified: cluttermm/trunk/clutter/src/behaviour-path.hg
==============================================================================
--- cluttermm/trunk/clutter/src/behaviour-path.hg	(original)
+++ cluttermm/trunk/clutter/src/behaviour-path.hg	Mon Nov  3 23:01:01 2008
@@ -62,7 +62,7 @@
   static CType to_c_type(const CppType& obj) { return obj.gobj(); }
   static CType to_c_type(const CType& obj) { return obj; }
   static CppType to_cpp_type(const CType& obj) { return Knot(obj); }
-  static void release_c_type(const CType& obj) { }
+  static void release_c_type(const CType& ) { }
 };
 
 #endif // DOXYGEN_SHOULD_SKIP_THIS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]