[PATCH 1/5] test: fix redundant declaration of devices warning

2012-05-15 Thread Peter Hutterer
In file included from protocol-xiwarppointer.c:41:0: protocol-common.h:91:23: warning: redundant redeclaration of ‘devices’ [-Wredundant-decls] protocol-common.h:86:3: note: previous declaration of ‘devices’ was here Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

Re: [PATCH 1/5] test: fix redundant declaration of devices warning

2012-05-15 Thread Chase Douglas
On 05/15/2012 12:02 AM, Peter Hutterer wrote: In file included from protocol-xiwarppointer.c:41:0: protocol-common.h:91:23: warning: redundant redeclaration of ‘devices’ [-Wredundant-decls] protocol-common.h:86:3: note: previous declaration of ‘devices’ was here Signed-off-by: Peter