LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* warning: #warning You have not edited mcdx.h
@ 2007-03-22  0:43 roland
  0 siblings, 0 replies; only message in thread
From: roland @ 2007-03-22  0:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: bunk

while looking at some more warnings i got with allyesconfig i came across 
this really weird one:

In file included from drivers/cdrom/mcdx.c:78:
drivers/cdrom/mcdx.h:180:2: warning: #warning You have not edited mcdx.h
drivers/cdrom/mcdx.h:181:2: warning: #warning Perhaps irq and i/o settings 
are wrong.

looking into the code :

#ifndef I_WAS_HERE
#ifndef MODULE
#warning You have not edited mcdx.h
#warning Perhaps irq and i/o settings are wrong.
#endif
#endif

and before:
/* *** make the following line uncommented, if you're sure,
 * *** all configuration is done */
/* #define I_WAS_HERE */

huh?

is this file meant to be edited before compile ?


searched the list and came across some patch from adrian bunk:

[Patch] (new version) configure mcdx without editing mcdx.h

at http://marc.info/?l=linux-kernel&m=94772887906874&w=2
and http://marc.info/?l=linux-kernel&m=94724271712637&w=2
and http://marc.info/?l=linux-kernel&m=94699770112439&w=2

has this never been merged ?

regards
roland




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-22  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-22  0:43 warning: #warning You have not edited mcdx.h roland

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).