$OpenBSD: patch-tests_Makefile_in,v 1.5 2016/10/11 17:26:26 jasper Exp $

cc1: error: unrecognized command line option "-Wno-unused-parameters"

--- tests/Makefile.in.orig	Mon Oct 10 20:29:29 2016
+++ tests/Makefile.in	Tue Oct 11 07:47:24 2016
@@ -611,8 +611,7 @@ SUBDIRS = gtest
 common_cflags = \
 	$(LIBGUPNP_CFLAGS) \
 	-I$(top_srcdir) \
-	$(WARN_CFLAGS) \
-	-Wno-unused-parameter
+	$(WARN_CFLAGS)
 
 common_ldadd = \
 	$(top_builddir)/libgupnp-av/libgupnp-av-1.0.la \
