Matt,

I am looking over the compiler warnings that you listed.
BTW, I'll take patches for them if you want to send them.


> -----Original Message-----
> From: Matti Aarnio [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 25, 2000 3:16 PM
> To: Matthew Dharm
> Cc: [EMAIL PROTECTED]
> Subject: Re: [linux-usb] HP USB CD-Writer Plus -- nearly works (?)
> 
> 
>       Just for benchmark purposes I enabled everything possible
>       (of USB) as modules, and begun to compile them.  Here are
>       some tidbits for other module keepers:

I compile all USB in-kernel and as modules almost daily (with
submitted patches).  If anyone wants scripts to facilitate
this, just ask.  8;)
I don't see these warnings since I'm not using an Alpha.

> keybdev.c: In function `keybdev_event':
> keybdev.c:136: warning: implicit declaration of function `emulate_raw'
> 
>       A declaration inclusion missing somewhere.

This one looks odd to me.  emulate_raw() is arch-dependent and
is defined 2 times before line 136.  One time is for
#if defined(CONFIG_X86) || defined(CONFIG_IA64) || \
  defined(CONFIG_ALPHA) || defined(CONFIG_MIPS)

and the other one is for
#elif defined(CONFIG_ADB_KEYBOARD)

So are you on an Alpha but CONFIG_ALPHA is not defined, or what?
Can you try to explain this?

I'm still looking at the others.

~Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to