Compiler warning fix

This commit is contained in:
inmarket 2014-02-19 12:30:07 +10:00
parent c3dcfc5764
commit 11c9033ff0

View file

@ -189,6 +189,8 @@ void _tsOrientClip(MouseReading *pt, GDisplay *g, bool_t doClip) {
break;
}
#else
(void) g;
c0 = cross[0].x;
c1 = cross[1].x;
c2 = cross[2].x;