[Xfce4-commits] <xfconf:master> Fix ansi compiler warning.
Nick Schermer
noreply at xfce.org
Mon Jan 25 12:04:01 CET 2010
Updating branch refs/heads/master
to 2282b85e986084069dc02bfe1b696f80d4161d0f (commit)
from 2fc5be7d1a138cbb27d3262679134e6a57487d78 (commit)
commit 2282b85e986084069dc02bfe1b696f80d4161d0f
Author: Nick Schermer <nick at xfce.org>
Date: Wed Jan 20 11:28:45 2010 +0100
Fix ansi compiler warning.
xfconf/xfconf-cache.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index 34eee6b..3de862e 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -32,10 +32,12 @@
#include "xfconf-gvaluefuncs.h"
#include "xfconf-private.h"
#include "xfconf-marshal.h"
-//#include "xfconf-types.h"
-//#include "xfconf-common-private.h"
-//#include "xfconf.h"
-//#include "xfconf-alias.h"
+#if 0
+#include "xfconf-types.h"
+#include "xfconf-common-private.h"
+#include "xfconf.h"
+#include "xfconf-alias.h"
+#endif
#define DEFAULT_MAX_ENTRIES -1 /* no limit */
#define DEFAULT_MAX_AGE (60*60) /* 1 hour */
More information about the Xfce4-commits
mailing list