gpointing-device-settings r242 - trunk/test



Author: hiikezoe
Date: Thu Mar 19 03:56:09 2009
New Revision: 242
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=242&view=rev

Log:
fix compiler warnings.

Modified:
   trunk/test/test-gconf.c

Modified: trunk/test/test-gconf.c
==============================================================================
--- trunk/test/test-gconf.c	(original)
+++ trunk/test/test-gconf.c	Thu Mar 19 03:56:09 2009
@@ -4,6 +4,9 @@
 
 void test_get_key_from_path (void);
 void test_get_non_existent (void);
+void test_boolean (void);
+void test_int (void);
+void test_string (void);
 
 static gchar *gconf_key;
 static gboolean boolean_value;



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