Index: /trunk/libwandio/iow-lzo.c
===================================================================
--- /trunk/libwandio/iow-lzo.c	(revision 1759)
+++ /trunk/libwandio/iow-lzo.c	(revision 1760)
@@ -60,5 +60,4 @@
 #endif
 
-#include "libtrace.h"
 
 enum { 
Index: /trunk/libwandio/wandio.h
===================================================================
--- /trunk/libwandio/wandio.h	(revision 1759)
+++ /trunk/libwandio/wandio.h	(revision 1760)
@@ -53,4 +53,17 @@
 #endif
 
+#if __GNUC__ >= 3 
+#  define DEPRECATED __attribute__((deprecated))
+#  define SIMPLE_FUNCTION __attribute__((pure))
+#  define UNUSED __attribute__((unused))
+#  define PACKED __attribute__((packed))
+#  define PRINTF(formatpos,argpos) __attribute__((format(printf,formatpos,argpos)))
+#else
+#  define DEPRECATED
+#  define SIMPLE_FUNCTION
+#  define UNUSED
+#  define PACKED 
+#  define PRINTF(formatpos,argpos) 
+#endif
 
 
