You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/05/03 03:33:19 UTC

[1/2] git commit: Make compile. Remove tabs. Add license. Remove unncessary poll() emulation code. Add support for zipf distribution and fix evo_rate.

Updated Branches:
  refs/heads/master 756293221 -> 28f2c7690


Make compile.  Remove tabs.  Add license.  Remove unncessary poll() emulation
code.  Add support for zipf distribution and fix evo_rate.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/28f2c769
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/28f2c769
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/28f2c769

Branch: refs/heads/master
Commit: 28f2c76909620ce83ad9f6bad0c375e6ff34cfc0
Parents: 7562932
Author: jplevyak@apache.org <jp...@apache.org>
Authored: Wed May 2 14:24:07 2012 -0700
Committer: John Plevyak <jp...@acm.org>
Committed: Wed May 2 18:33:02 2012 -0700

----------------------------------------------------------------------
 tools/jtest/Makefile |    3 +-
 tools/jtest/jtest.cc | 3802 +++++++++++++++++++++------------------------
 2 files changed, 1762 insertions(+), 2043 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/28f2c769/tools/jtest/Makefile
----------------------------------------------------------------------
diff --git a/tools/jtest/Makefile b/tools/jtest/Makefile
index 80433b2..3b02312 100644
--- a/tools/jtest/Makefile
+++ b/tools/jtest/Makefile
@@ -1,8 +1,7 @@
 all: jtest
 
 jtest: jtest.cc
-	$(CXX) $^ -o $@ -Wall -Werror -Wextra -Wconversion
+	$(CXX) $^ -o $@ -Wno-write-strings
 
 clean:
 	rm -f jtest
-