uninitialized variables checked, plus O2 optimisations checked : strict aliasing...
[lttv.git] / ltt / branches / poly / lttv / lttv / traceset.c
index fd67c68859b834ca4daeee12fb64317456579689..a190486a0ceeaae5f7915afa1a6e6cfe3307283d 100644 (file)
@@ -71,7 +71,7 @@ LttvTrace *lttv_trace_new(LttTrace *t)
 
 LttvTraceset *lttv_traceset_copy(LttvTraceset *s_orig) 
 {
-  int i;
+  guint i;
   LttvTraceset *s;
   LttvTrace * trace;
 
This page took 0.025774 seconds and 4 git commands to generate.