File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ default: all
23
23
24
24
$(TESTS ) :
25
25
@cd $(SRCDIR ) && \
26
- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE ) ) --check-bounds=yes --startup-file=no ./runtests.jl $@ )
26
+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE ) ) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@ )
27
27
28
28
$(addprefix revise-, $(TESTS ) ) : revise-% :
29
29
@cd $(SRCDIR ) && \
30
- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no ./runtests.jl --revise $*)
30
+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --revise $*)
31
31
32
32
embedding :
33
33
@$(MAKE ) -C $(SRCDIR ) /$@ check $(EMBEDDING_ARGS )
You can’t perform that action at this time.
0 commit comments