aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-05-19 15:22:08 -0700
committerBruce A. Mah <bmah@es.net>2014-05-19 15:22:08 -0700
commit94c0bfffcb9b79370af3e445a813131359a806e4 (patch)
tree0cd7c697bf85bfc48452204a81738d6bed95537a /examples
parent99b5861c22f1b9728237c5336a390ec7077d32d3 (diff)
downloadiperf3-94c0bfffcb9b79370af3e445a813131359a806e4.tar.gz
Another try at portability. Don't do -Werror. While probably
the best thing to do from a code hygeine standpoint, it's too painful to try to get right for now. Fixes #174 (second try).
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index adab41e..7c79d15 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -285,11 +285,11 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
mic_SOURCES = mic.c
-mic_CFLAGS = -g -Wall
+mic_CFLAGS = -g
mic_LDADD = ../src/libiperf.la
mic_LDFLAGS = -g
mis_SOURCES = mis.c
-mis_CFLAGS = -g -Wall
+mis_CFLAGS = -g
mis_LDADD = ../src/libiperf.la
mis_LDFLAGS = -g
all: all-am