Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit c9eeea7

Browse files
committed
Make deprecation warnings compile errors
1 parent e4bf69e commit c9eeea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ifeq (solaris,$(OS))
6969
endif
7070

7171
# Set DFLAGS
72-
UDFLAGS:=-conf= -Isrc -Iimport -w -dip1000 $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE)
72+
UDFLAGS:=-conf= -Isrc -Iimport -w -de -dip1000 $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE)
7373
ifeq ($(BUILD),debug)
7474
UDFLAGS += -g -debug
7575
DFLAGS:=$(UDFLAGS)

0 commit comments

Comments
 (0)