../src/wcmXCommand.c:439:5: warning: 'break' will never be executed 
[-Wunreachable-code-break]
                                break;
                                ^~~~~

Signed-off-by: Jason Gerecke <killert...@gmail.com>
---
 src/wcmXCommand.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c
index 6c159ac..43ca6b3 100644
--- a/src/wcmXCommand.c
+++ b/src/wcmXCommand.c
@@ -436,7 +436,6 @@ static int wcmCheckActionProperty(WacomDevicePtr priv, Atom 
property, XIProperty
                        default:
                                DBG(3, priv, "ERROR: Unknown command\n");
                                return BadValue;
-                               break;
                }
        }
 
-- 
2.1.0


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to