[netperf-dev] netperf2 commit notice r569 - trunk/src
raj at netperf.org
raj at netperf.org
Fri Apr 27 11:36:29 PDT 2012
Author: raj
Date: 2012-04-27 11:36:29 -0700 (Fri, 27 Apr 2012)
New Revision: 569
Modified:
trunk/src/netlib.c
Log:
still see about quelling a seemingly bogus warning when compiling under windows
Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c 2012-04-27 18:33:51 UTC (rev 568)
+++ trunk/src/netlib.c 2012-04-27 18:36:29 UTC (rev 569)
@@ -3925,6 +3925,7 @@
empty case so do something with no side effects */
emit_output = 0;
return;
+ break;
case 1: /* use the unit accumulation first */
units_this_tick += units;
if (units_this_tick >= demo_units) {
More information about the netperf-dev
mailing list