-Wall -Wformat by default in configure.in
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.c
index 970da06454407f05b1bea32c6f0b9c5ffc3c5084..3aa099d6108c0ea0c7f42fe5fa0610b833cdf133 100644 (file)
@@ -165,7 +165,7 @@ static void init_tracefile_context(LttTracefile *tracefile,
 static void
 init(LttvTracesetContext *self, LttvTraceset *ts)
 {
-  guint i, j, nb_trace;
+  guint i, nb_trace;
 
   LttvTraceContext *tc;
 
@@ -819,8 +819,6 @@ gboolean lttv_process_traceset_seek_position(LttvTracesetContext *self,
                                         const LttvTracesetContextPosition *pos)
 {
   guint i;
-  LttvTraceContext *tc;
-  LttvTracefileContext *tfc;
 
   g_tree_destroy(self->pqueue);
   self->pqueue = g_tree_new(compare_tracefile);
This page took 0.022545 seconds and 4 git commands to generate.