From 688062153bc46f241a574961a7523c21bc7311da Mon Sep 17 00:00:00 2001 From: davygrvy Date: Thu, 15 Jan 2004 23:23:13 +0000 Subject: document 'fullwarn' in the opening usage comments --- win/makefile.vc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/win/makefile.vc b/win/makefile.vc index 5115d67..225c514 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.117 2004/01/15 23:08:44 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.118 2004/01/15 23:23:13 davygrvy Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -94,11 +94,13 @@ the environment. Jump to this line to read the new instructions. # memdbg = Enables the debugging memory allocator. # compdbg = Enables byte compilation logging. # -# CHECKS=nodep,none +# CHECKS=nodep,fullwarn,none # Sets special macros for checking compatability. # # nodep = Turns off compatability macros to ensure the core # isn't being built with deprecated functions. +# fullwarn = Builds with full compiler and link warnings enabled. +# Very verbose. # # MACHINE=(IX86|IA64|ALPHA) # Set the machine type used for the compiler, linker, and -- cgit v0.12