From e9e1d1a39bfe047a38f153afdc2fe8951174135c Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 12 Feb 2008 14:00:41 +0000 Subject: [PATCH] windows-no-wx-20080212 LICENSE MIT Warnings as errors are nice, but when different compiler versions stop building simply because a parameter is not being referenced in a meaningful way its time for the option to be turned off --- src/WINNT/netidmgr_plugin/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/netidmgr_plugin/NTMakefile b/src/WINNT/netidmgr_plugin/NTMakefile index 96ed6cee8c..21a4e07f10 100644 --- a/src/WINNT/netidmgr_plugin/NTMakefile +++ b/src/WINNT/netidmgr_plugin/NTMakefile @@ -59,7 +59,7 @@ afsincflags=-I$(DESTDIR)\include incflags=$(kfwincflags) $(afsincflags) -I. pldefines=-DUNICODE -D_UNICODE cdebug=$(cdebug) -Os -Zi -cwarn=$(cwarn) /Wp64 /WX +cwarn=$(cwarn) /Wp64 plcflags=$(cdebug) $(cflags) $(incflags) $(pldefines) $(cwarn) $(cvarsdll)