Re: [Linuxwacom-devel] [PATCH] Silent compiler

2011-06-20 Thread Peter Hutterer
On Mon, Jun 20, 2011 at 05:34:07PM -0700, Ping Cheng wrote: > Initialize rotation to ROTATE_NONE so compiler won't complain. that's actually a bug, not just a compiler option. for a rotation value of "NONE", we'd set rotation to whatever random value rotation had at the time. I'll amend the commi

[Linuxwacom-devel] [PATCH] Silent compiler

2011-06-20 Thread Ping Cheng
Initialize rotation to ROTATE_NONE so compiler won't complain. Signed-off-by: Ping Cheng --- src/wcmValidateDevice.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 409a42f..e2598cb 100644 --- a/src/wcmValidateDevi