On Mon, 2007-07-09 at 14:43 +0530, my linux wrote:
> #warning FIXME: maybe a race condition the card should be removed here
> from global list /kkeil 
> 
> Is this intentional ? or it should be fixed like
> 
> //warning FIXME: maybe a race condition the card should be removed
> here from global list /kkeil
As far as I know, #warning and #error are C pre-processor directives
just like #define, #if, #ifdef, #ifndef, and #endif. The #warning
directive produces a compiler warning, and the #error directive produces
a compiler error, so it is intentional.

Cheers,
Rouslan

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to