Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -w<n> set warning level <0|1> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -W<n>               Set warning level <0|1>
------------------------------------------------------------------------------
 Syntax
   -W<warninglevel>

 Arguments
   <warninglevel> is a number that expresses the linker's strictness in
   displaying warning messages. Valid values are 0 and 1.

 Default
   Level 1 (all warnings displayed).

 Description
   The -W switch determines if warning messages appear on the
   screen during linking. Warning are displayed when the setting is -W1 (or
   the switch is not used), while warnings are omitted when the -W0 option
   is used.

 Example
   . Display all warning messages (default warning level 1).
   
     flink.exe test.obj
   
   . Do not display warning messages (warning level 0).
   
     flink.exe -W0 test.obj

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson