[Xfce4-commits] <xfconf:master> Fix compiler warning in the tests.
Nick Schermer
noreply at xfce.org
Sat Dec 26 12:44:08 CET 2009
Updating branch refs/heads/master
to 4c71ba9174d30caaeafe1c38ea82303cc9d11d81 (commit)
from 5207ac2a646d93ddb6fa9ad09537d06d008a0c4d (commit)
commit 4c71ba9174d30caaeafe1c38ea82303cc9d11d81
Author: Nick Schermer <nick at xfce.org>
Date: Sat Dec 26 12:40:39 2009 +0100
Fix compiler warning in the tests.
tests/tests-common.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/tests-common.h b/tests/tests-common.h
index 3c036e0..54fec2f 100644
--- a/tests/tests-common.h
+++ b/tests/tests-common.h
@@ -71,9 +71,9 @@ const gchar *test_bool_property = "/test/booltest/bool";
const gboolean test_bool = TRUE;
const gchar *test_array_property = "/test/arrayprop";
-static inline void xfconf_tests_end();
+static void xfconf_tests_end();
-static inline gboolean
+static gboolean
xfconf_tests_start(void)
{
DBusConnection *dbus_conn;
@@ -122,7 +122,7 @@ xfconf_tests_start(void)
return TRUE;
}
-static inline void
+static void
xfconf_tests_end(void)
{
xfconf_shutdown();
More information about the Xfce4-commits
mailing list