Skip to content

Commit 53e9e37

Browse files
committed
Don't grep for Ddoc warnings
1 parent 45760aa commit 53e9e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ style_lint: dscanner $(LIB)
589589
done
590590

591591
@echo "Check that Ddoc runs without errors"
592-
$(DMD) $(DFLAGS) -defaultlib= -debuglib= $(LIB) -w -D -Df/dev/null -main -c -o- $$(find etc std -type f -name '*.d') 2>&1 | grep -v "Deprecation:"; test $$? -eq 1
592+
$(DMD) $(DFLAGS) -defaultlib= -debuglib= $(LIB) -w -D -Df/dev/null -main -c -o- $$(find etc std -type f -name '*.d') 2>&1
593593

594594
################################################################################
595595
# Check for missing imports in public unittest examples.

0 commit comments

Comments
 (0)