* warning message on macro.
@ 2012-08-17 6:52 ratheesh kannoth
2012-08-17 14:24 ` Anatoly Sivov
0 siblings, 1 reply; 2+ messages in thread
From: ratheesh kannoth @ 2012-08-17 6:52 UTC (permalink / raw)
To: linux-c-programming, linux-newbie
i defined a variable in a driver Makefile as
DRIVER_NAME = e1000-kod
But when i compile , it shows following warning
<command-line>: warning: missing whitespace after the macro name
1. How can i suppress only this warning. ? I do need all other warnings .
Thanks,
Ratheesh
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: warning message on macro.
2012-08-17 6:52 warning message on macro ratheesh kannoth
@ 2012-08-17 14:24 ` Anatoly Sivov
0 siblings, 0 replies; 2+ messages in thread
From: Anatoly Sivov @ 2012-08-17 14:24 UTC (permalink / raw)
To: linux-c-programming, linux-newbie, ratheesh kannoth
>
> 1. How can i suppress only this warning. ? I do need all other warnings .
>
Why do you want to suppress this warning instead of fixing it? Your line
seem to result in some incorrect preprocessor macro. What file does your
makefile compile when this warning occurs?
BR, Anatoliy Sivov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-17 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 6:52 warning message on macro ratheesh kannoth
2012-08-17 14:24 ` Anatoly Sivov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).