Compiler warning fix

ugfx_release_2.6
inmarket 2014-02-19 12:30:07 +10:00
parent c3dcfc5764
commit 11c9033ff0
1 changed files with 2 additions and 0 deletions

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;