RE: [AVR-Chat] Code Conversion
2005-04-08 by Larry Barello
Any chance the two functions that fail are #define to be something else?
Show quoted textHide quoted text
-----Original Message----- From: Chuck Hackett > From: Paul Curtis > > I believe it's the difference between > > void foo(); > > And > > void foo(void); > > The first is a function that takes unspecified parameters and the second > is a function that takes no parameters. > > -- Paul. > .... That makes sense except that there are many functions declared similar to "void foo()" that do not generate warnings. I'm at a loss to see what makes these particular two different. Cheers,