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 2014/01/11 01:51:03 UTC

git commit: TS-1996: turn off rfc5861 warnings in CFLAGS too

Updated Branches:
  refs/heads/master f1b527003 -> 7a41b0fde


TS-1996: turn off rfc5861 warnings in CFLAGS too


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

Branch: refs/heads/master
Commit: 7a41b0fde531edf919490f9a4b17e51a1a6b6dec
Parents: f1b5270
Author: James Peach <jp...@apache.org>
Authored: Fri Jan 10 16:50:48 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Jan 10 16:50:48 2014 -0800

----------------------------------------------------------------------
 plugins/experimental/rfc5861/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7a41b0fd/plugins/experimental/rfc5861/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/rfc5861/Makefile.am b/plugins/experimental/rfc5861/Makefile.am
index bc5e7ab..11ee2e9 100644
--- a/plugins/experimental/rfc5861/Makefile.am
+++ b/plugins/experimental/rfc5861/Makefile.am
@@ -20,6 +20,9 @@ include $(top_srcdir)/build/plugins.mk
 AM_CXXFLAGS = \
   -Wno-deprecated
 
+AM_CFLAGS = \
+  -Wno-deprecated
+
 pkglib_LTLIBRARIES = rfc5861.la
 rfc5861_la_SOURCES = rfc5861.c
 rfc5861_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)