From: Jeffrey Altman Date: Tue, 12 Feb 2008 14:00:41 +0000 (+0000) Subject: windows-no-wx-20080212 X-Git-Tag: BP-openafs-windows-kdfs-ifs~114 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=e9e1d1a39bfe047a38f153afdc2fe8951174135c 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 --- diff --git a/src/WINNT/netidmgr_plugin/NTMakefile b/src/WINNT/netidmgr_plugin/NTMakefile index 96ed6ce..21a4e07 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)