Skip to content

Commit

Permalink
All warnings appear to be fixed for OpenWATCOM, so warnings can now b…
Browse files Browse the repository at this point in the history
…e treated as errors (-we switch).
  • Loading branch information
Bill-Gray committed May 24, 2023
1 parent f40459c commit f27369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/watcom.mif
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cflags_dll_os2 = -bd -DPDC_DLL_BUILD
cflags_dll_imp_nt = -DPDC_DLL_BUILD
!endif

CFLAGS += -bt=$(TARGET) -m$(MODEL) -wx -zq -i=$(PDCURSES_SRCDIR)
CFLAGS += -bt=$(TARGET) -m$(MODEL) -wx -we -zq -i=$(PDCURSES_SRCDIR)
!ifeq DEBUG Y
CFLAGS += -d2 -DDEBUG -DPDCDEBUG
!ifdef TARGET16
Expand Down

0 comments on commit f27369e

Please sign in to comment.