lkml.org 
[lkml]   [2008]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 2.6.26 4/25] mdb: Merkey's Kernel Debugger
From
> jmerkey@wolfmountaingroup.com wrote on 2008-08-04:
>> +ULONG displayASCTable(BYTE *cmd,
>> + StackFrame *stackFrame, ULONG Exception,
>> + DEBUGGER_PARSER *parser)
>> +{
>> +
>> + if (cmd) {};
>> + if (stackFrame) {};
>> + if (Exception) {};
>> + if (parser) {};
>> +
>> + DisplayASCIITable();
>> + return TRUE;
>> +
>> +}
>
> Hmm, this construct of empty conditional blocks is new to me. What is
> its purpose?
> --
> Stefan Richter
> -=====-==--- =--- --==-
> http://arcgraph.de/sr/
>

Gets rid of noisy compiler warnings under M$ Windows compilers -- not
needed in linux -- can be removed.

Jeff



\
 
 \ /
  Last update: 2008-08-06 15:57    [W:2.823 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site