windows-no-wx-20080212
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 12 Feb 2008 14:00:41 +0000 (14:00 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 12 Feb 2008 14:00:41 +0000 (14:00 +0000)
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

index 96ed6ce..21a4e07 100644 (file)
@@ -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)