Remove lots of warnings
[lttv.git] / lttv / lttv / hook.c
index ab0f9120cb5eb6c8a814bdbb1f25a4371f560a34..841996bd82885057d1bc3c063fa07273835aa7ff 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include <lttv/hook.h>
+#include <stdio.h>
 
 typedef struct _LttvHookClosure {
        LttvHook      hook;
@@ -400,8 +401,6 @@ gboolean lttv_hooks_call_check_merge(LttvHooks *h1, void *call_data1,
 
 void lttv_hooks_print(const LttvHooks *h)
 {
-       gboolean ret, sum_ret = FALSE;
-
        LttvHookClosure *c;
 
        guint i;
This page took 0.022368 seconds and 4 git commands to generate.