/*============================================================================= Wave: A Standard compliant C++ preprocessor Copyright (c) 2001-2003 Hartmut Kaiser http://spirit.sourceforge.net/ Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. See Copyright.txt for full copyright notices and acknowledgements. =============================================================================*/ // Tests the #warning directive (note: only available, if enabled during // compilation, the macro expansion is available only, when enabled separately // during the compilation too) #define WARNING1 This is a #define WARNING2 warning #warning WARNING1 WARNING2 //L (21): warning: encountered #warning directive: This is a warning //R 1
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here
Skills that self-taught computer programmers lack