On Thu, Feb 09, 2012 at 11:23:41AM -0800, Jason Gerecke wrote: > >From GCC: > In file included from ../src/xf86Wacom.c:46:0: > ../src/xf86Wacom.h:147:13: warning: redundant redeclaration of > 'wcmInitialScreens' [-Wredundant-decls] > ../src/xf86Wacom.h:146:13: note: previous declaration of > 'wcmInitialScreens' was here > > Signed-off-by: Jason Gerecke <[email protected]>
Reviewed-by: Peter Hutterer <[email protected]> Cheers, Peter > --- > src/xf86Wacom.h | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h > index fc1b4f4..ad45529 100644 > --- a/src/xf86Wacom.h > +++ b/src/xf86Wacom.h > @@ -144,7 +144,6 @@ extern Bool wcmPostInitParseOptions(InputInfoPtr pInfo, > Bool is_primary, Bool is > extern int wcmParseSerials(InputInfoPtr pinfo); > extern void wcmInitialCoordinates(InputInfoPtr pInfo, int axes); > extern void wcmInitialScreens(InputInfoPtr pInfo); > -extern void wcmInitialScreens(InputInfoPtr pInfo); > > extern int wcmDevSwitchModeCall(InputInfoPtr pInfo, int mode); > extern int wcmDevSwitchMode(ClientPtr client, DeviceIntPtr dev, int mode); > -- > 1.7.8.4 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
