Revert "TS-1996: disable deprecation warnings for the rfc5861 plugin"
This reverts commit f1b5270034e3582a0e7cda9e1ba75929920f7a46. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b6f4925c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b6f4925c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b6f4925c Branch: refs/heads/5.0.x Commit: b6f4925cdab9dc5a964d6d94a95d785cd0bfcc50 Parents: a1f1ae9 Author: James Peach <[email protected]> Authored: Fri Jan 10 17:13:09 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 10 17:13:09 2014 -0800 ---------------------------------------------------------------------- plugins/experimental/rfc5861/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b6f4925c/plugins/experimental/rfc5861/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/rfc5861/Makefile.am b/plugins/experimental/rfc5861/Makefile.am index bc5e7ab..d878858 100644 --- a/plugins/experimental/rfc5861/Makefile.am +++ b/plugins/experimental/rfc5861/Makefile.am @@ -16,10 +16,6 @@ include $(top_srcdir)/build/plugins.mk -# Don't warn on usage of the deprecated TSHttpTxnNewCacheLookupDo() API. -AM_CXXFLAGS = \ - -Wno-deprecated - pkglib_LTLIBRARIES = rfc5861.la rfc5861_la_SOURCES = rfc5861.c rfc5861_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
