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: [email protected] <[email protected]>
Authored: Wed May 2 14:24:07 2012 -0700
Committer: John Plevyak <[email protected]>
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
-

Reply via email to