Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-04 Thread Duncan Webb
Evan Hisey wrote: > I don't know if this will help, but over on th openmosix lists, the > recommendation is upgrading 4.1.1 to 4.1.2 do to issues in the > compiler, that can cause it to complian compling perfectly good kernel > code, ie. code that compiled on 4.1.0 and 4.1.2. The warning is reas

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-04 Thread Evan Hisey
I don't know if this will help, but over on th openmosix lists, the recommendation is upgrading 4.1.1 to 4.1.2 do to issues in the compiler, that can cause it to complian compling perfectly good kernel code, ie. code that compiled on 4.1.0 and 4.1.2. Evan On 11/1/06, Duncan Webb <[EMAIL PROTECT

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2006-11-01 at 09:40 -0500, Jason Tackaberry wrote: >> Hmm, what is the error/warning line gcc gives you? I don't see a >> problem with gcc 4.1.1 on FC5. > > (I know that int f(void) is correct, and I don't have any objection to > your patch, but I want to know wh

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Jason Tackaberry
On Wed, 2006-11-01 at 09:40 -0500, Jason Tackaberry wrote: > Hmm, what is the error/warning line gcc gives you? I don't see a > problem with gcc 4.1.1 on FC5. (I know that int f(void) is correct, and I don't have any objection to your patch, but I want to know why you're having problems.) -

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Jason Tackaberry
On Wed, 2006-11-01 at 08:16 +0100, Duncan Webb wrote: > gcc 4.1.1 is a bit fussy over function prototypes, it complains about > int f() so this patch changes the two calls to int f(void). Hmm, what is the error/warning line gcc gives you? I don't see a problem with gcc 4.1.1 on FC5. ---

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> gcc 4.1.1 is a bit fussy over function prototypes, it complains about >> int f() so this patch changes the two calls to int f(void). > > Fixed. Feel free to check in patches youself in the future, you have > full svn access and the 1.6.0 release shows tha

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Dirk Meyer
Duncan Webb wrote: > gcc 4.1.1 is a bit fussy over function prototypes, it complains about > int f() so this patch changes the two calls to int f(void). Fixed. Feel free to check in patches youself in the future, you have full svn access and the 1.6.0 release shows that you know what you are doin

[Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-10-31 Thread Duncan Webb
gcc 4.1.1 is a bit fussy over function prototypes, it complains about int f() so this patch changes the two calls to int f(void). Duncan Index: base/src/extensions/objectrow.c === --- base/src/extensions/objectrow.c (revision 1952