Revert "TS-1996: turn off rfc5861 warnings in CFLAGS too" This reverts commit 7a41b0fde531edf919490f9a4b17e51a1a6b6dec.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a1f1ae99 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a1f1ae99 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a1f1ae99 Branch: refs/heads/5.0.x Commit: a1f1ae99d6742016af6e693ba32e0a0426f88ad6 Parents: 7a41b0f Author: James Peach <[email protected]> Authored: Fri Jan 10 17:13:05 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 10 17:13:05 2014 -0800 ---------------------------------------------------------------------- plugins/experimental/rfc5861/Makefile.am | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a1f1ae99/plugins/experimental/rfc5861/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/rfc5861/Makefile.am b/plugins/experimental/rfc5861/Makefile.am index 11ee2e9..bc5e7ab 100644 --- a/plugins/experimental/rfc5861/Makefile.am +++ b/plugins/experimental/rfc5861/Makefile.am @@ -20,9 +20,6 @@ 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)
