This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5350c65  remove ignoring unused variable warning from webp plugin
5350c65 is described below

commit 5350c6541856f70f61b901ddd3a8e37341b7f522
Author: Bryan Call <[email protected]>
AuthorDate: Thu Dec 6 19:05:29 2018 -0800

    remove ignoring unused variable warning from webp plugin
---
 plugins/experimental/webp_transform/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/experimental/webp_transform/Makefile.inc 
b/plugins/experimental/webp_transform/Makefile.inc
index 15ed044..fd24dab 100644
--- a/plugins/experimental/webp_transform/Makefile.inc
+++ b/plugins/experimental/webp_transform/Makefile.inc
@@ -16,7 +16,7 @@
 #  limitations under the License.
 
 experimental_webp_transform_WebpTransform_la_CPPFLAGS = $(AM_CPPFLAGS) 
$(LIBMAGICKCPP_CFLAGS)
-experimental_webp_transform_WebpTransform_la_CXXFLAGS = $(AM_CXXFLAGS) 
-Wno-unused-variable
+experimental_webp_transform_WebpTransform_la_CXXFLAGS = $(AM_CXXFLAGS)
 
 pkglib_LTLIBRARIES += experimental/webp_transform/WebpTransform.la
 

Reply via email to