aboutsummaryrefslogtreecommitdiffstats
path: root/tap-comparestat.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-07-20 08:27:34 +0000
committerJörg Mayer <jmayer@loplof.de>2010-07-20 08:27:34 +0000
commit8c03a4472a2242ba566648ead2fe85cc46689bb4 (patch)
treec1bde3bb2d7893bef8042ca523a930141e515605 /tap-comparestat.c
parent844e3e122a97f7e024a015a34c9e193d0ff5e880 (diff)
Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which created
a few warnings that needed fixing when compiling with -Werror. svn path=/trunk/; revision=33587
Diffstat (limited to 'tap-comparestat.c')
-rw-r--r--tap-comparestat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-comparestat.c b/tap-comparestat.c
index e3d94ab55a..c990d523d5 100644
--- a/tap-comparestat.c
+++ b/tap-comparestat.c
@@ -257,7 +257,7 @@ call_foreach_new_order(gpointer value, gpointer arg)
cs->zebra_time.nsecs++;
se_tree_insert32(cs->nr_tree, fInfo->id, fInfo);
fInfo->zebra_time=cs->zebra_time;
- cs->zebra_time.nsecs=cs->zebra_time.nsecs++;
+ cs->zebra_time.nsecs++;
}
} else {
if((g_array_index(cs->ip_ttl_list, guint8, 0)==fInfo->ip_ttl) || (g_array_index(cs->ip_ttl_list, guint8, 1)==fInfo->ip_ttl)){
@@ -268,7 +268,7 @@ call_foreach_new_order(gpointer value, gpointer arg)
cs->zebra_time.nsecs++;
se_tree_insert32(cs->nr_tree, fInfo->id, fInfo);
fInfo->zebra_time=cs->zebra_time;
- cs->zebra_time.nsecs=cs->zebra_time.nsecs++;
+ cs->zebra_time.nsecs++;
}
}