Skip to content

Commit

Permalink
Enable strict on recent ubuntu builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Aug 30, 2024
1 parent 066fd52 commit 77e6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Makefile.am
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77e6436

Please sign in to comment.