[PATCH] some fixes for -Wall -Werror

2003-07-24 Thread Bob Ham
Hi, Attached are all the fixes I got through before a gcc ICE stopped me. There is a cast from char * to const char * in ugids-verify-auth.c which strikes me as not a good thing but it would need a (new?) const char type for the password_check_user and password_check_group interfaces and this is

Re: Fatfs patch for writing support

2003-07-24 Thread Alfred M. Szmidt
> Can some please have a look at this patch too? (Alfred? :)). > > I don't remeber if Marcus commented about this (I have a vauge feeling > that he did), but according to the GCS long if statments should be > split before an operator. That is instead of writting like this: >

Re: Fatfs patch for writing support

2003-07-24 Thread Marco Gerards
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > Can some please have a look at this patch too? (Alfred? :)). > > I don't remeber if Marcus commented about this (I have a vauge feeling > that he did), but according to the GCS long if statments should be > split before an operator. That is ins

Re: Fatfs patch for writing support

2003-07-24 Thread Alfred M. Szmidt
Can some please have a look at this patch too? (Alfred? :)). I don't remeber if Marcus commented about this (I have a vauge feeling that he did), but according to the GCS long if statments should be split before an operator. That is instead of writting like this: if (foo_this_is_long && bar