Compiler warning fix
This commit is contained in:
parent
c3dcfc5764
commit
11c9033ff0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue