Re: [Mesa-dev] [PATCH] util: Fix -Wimplicit-function-declaration for ffs with GCC

2011-12-09 Thread Kai Wasserbäch
Dear José Jose Fonseca schrieb am 09.12.2011 19:33: > - Original Message - >> Dear mesa-dev list, >> Kai Wasserbäch schrieb am 09.12.2011 12:59: >>> AFAICS GCC was missed from the last #elif clause. With this patch >>> applied the warning is gone. >>> >>> Signed-off-by: Kai Wasserbäch >>>

Re: [Mesa-dev] [PATCH] util: Fix -Wimplicit-function-declaration for ffs with GCC

2011-12-09 Thread Jose Fonseca
- Original Message - > Dear mesa-dev list, > Kai Wasserbäch schrieb am 09.12.2011 12:59: > > AFAICS GCC was missed from the last #elif clause. With this patch > > applied the warning is gone. > > > > Signed-off-by: Kai Wasserbäch > > --- > > There certainly other warnings thrown during

Re: [Mesa-dev] [PATCH] util: Fix -Wimplicit-function-declaration for ffs with GCC

2011-12-09 Thread Kai Wasserbäch
Dear mesa-dev list, Kai Wasserbäch schrieb am 09.12.2011 12:59: > AFAICS GCC was missed from the last #elif clause. With this patch > applied the warning is gone. > > Signed-off-by: Kai Wasserbäch > --- > There certainly other warnings thrown during a build, but I saw this one > scrolling by, w

[Mesa-dev] [PATCH] util: Fix -Wimplicit-function-declaration for ffs with GCC

2011-12-09 Thread Kai Wasserbäch
AFAICS GCC was missed from the last #elif clause. With this patch applied the warning is gone. Signed-off-by: Kai Wasserbäch --- There certainly other warnings thrown during a build, but I saw this one scrolling by, while checking on a build. Hence I went to fix it. src/gallium/auxiliary/util