From ad4f6836e3f7c8af439197d856ef7d557b0a2f0f Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Tue, 27 Aug 2024 17:24:40 -0500 Subject: [PATCH] Enable strict on recent ubuntu builds. --- samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index eca46bda..8248ab53 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -1,6 +1,6 @@ AM_COLOR_TESTS = yes -test_ruby_CFLAGS = -I$(top_srcdir)/include -Wall -Wextra $(GSL_CFLAGS) $(RUBY_CFLAGS) -Wno-deprecated-declarations +test_ruby_CFLAGS = -I$(top_srcdir)/include -Wall -Wextra $(GSL_CFLAGS) $(RUBY_CFLAGS) -Wno-deprecated-declarations -Wno-unused-parameter if !ISMACOS if STRICT