Skip to content

Commit 6704655

Browse files
committed
Treat warnings as errors in tests.
1 parent c2c1256 commit 6704655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ include ../src/Makefile.builtem
1212
TESTS=$(call exe,udpipe_bundle)
1313
all: $(TESTS)
1414

15+
C_FLAGS += $(treat_warnings_as_errors)
16+
1517
.PHONY: force
1618
../src_lib_only/udpipe.cpp: force
1719
$(MAKE) -C ../src_lib_only udpipe.cpp

0 commit comments

Comments
 (0)