Re: [PATCH xkbcommon] keysym-utf: Fix a warning about shadowing

2013-10-07 Thread Ran Benita
On Mon, Oct 07, 2013 at 02:11:36PM +0530, Siddharth Heroor wrote: > Change variable names to avoid the name clash. The warning seen is > > src/keysym-utf.c: In function 'bin_search': > src/keysym-utf.c:841: warning: declaration of 'min' shadows a global > declaration > src/utils.h:109: warning: s

[PATCH xkbcommon] keysym-utf: Fix a warning about shadowing

2013-10-07 Thread Siddharth Heroor
Change variable names to avoid the name clash. The warning seen is src/keysym-utf.c: In function 'bin_search': src/keysym-utf.c:841: warning: declaration of 'min' shadows a global declaration src/utils.h:109: warning: shadowed declaration is here src/keysym-utf.c:842: warning: declaration of 'max'