This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 24/348] Fix -Wsahdow warnings


>  2011-11-22  Andrey Smirnov <andrew.smirnov@gmail.com>
>  
> +	* bcache.c (bcache_full): Fix -Wshadow
> +	warnings.
[...]
> -bcache_full (const void *addr, int length, struct bcache *bcache, int *added)
> +bcache_full (const void *addr, int length, struct bcache *cahce, int *added)

Ok after fixing the typo in cahce.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]