Skip to content

Commit

Permalink
Silence GCC-only warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Oct 21, 2024
1 parent 0c3a8f8 commit dcfae68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ out/test-%/main.c: test/main.c
test-partial_eq: EXTRA_C = ../../test/partial_eq/stubs.c
test-nested_arrays: EXTRA = -funroll-loops 0
test-array: EXTRA = -fcomments
test-symcrust: CFLAGS += -Wno-unused-function

test-%: test/%/out.llbc out/test-%/main.c | all
$(EURYDICE) $(EXTRA) --output out/test-$* $<
Expand Down

0 comments on commit dcfae68

Please sign in to comment.