1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_Warning</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">SDK_WARNING* <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD><CODE>#include &lt;nitro/misc.h&gt;</CODE><BR>
15  <DD><CODE>SDK_WARNING(exp, fmt, ...);</CODE>
16</DL>
17<H2>Arguments</H2>
18<TABLE border="1">
19  <TBODY>
20    <TR>
21      <TD width="159"><B><I>exp</I></B></TD>
22      <TD width="515">The condition parameter.</TD>
23    </TR>
24    <TR>
25      <TD width="159"><B><I>fmt</I></B></TD>
26      <TD width="515">The display string (format string).</TD>
27    </TR>
28  </TBODY>
29</TABLE>
30<H2>Return Values</H2>
31<P>None.</P>
32<H2>Description</H2>
33<P>This macro examines a condition, and outputs a string if the condition is not fulfilled. Unlike <CODE>SDK_ASSERT()</CODE>, it does not force an application to terminate. In accordance with the format string <CODE>fmt</CODE>, a variable number of arguments is allowed.</P>
34<P>Because this macro function is a debugging function, it will not perform the output operation in the RELEASE and the FINALROM builds.</P>
35<H2>See Also</H2>
36<P><CODE><A href="SDK_ASSERT.html">SDK_ASSERT*</A><BR></CODE></P>
37<H2>Revision History</H2>
38<P>2004/09/01 Added the description that the RELEASE and ROM builds do not output <BR>2004/03/12 Added description <BR>2004/02/27 Initial version</P>
39<hr><p>CONFIDENTIAL</p></body>
40</HTML>