mark cliptop unused in reel poc

This commit is contained in:
nick black 2020-10-07 02:28:58 -04:00
parent 8acd0dea58
commit bf28170c61
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -40,7 +40,7 @@ class TabletCtx {
inline static int class_idx = 0; inline static int class_idx = 0;
}; };
int tabletfxn(struct nctablet* _t, bool cliptop){ int tabletfxn(struct nctablet* _t, bool cliptop __attribute__ ((unused))){
NcTablet *t = NcTablet::map_tablet (_t); NcTablet *t = NcTablet::map_tablet (_t);
Plane* p = t->get_plane(); Plane* p = t->get_plane();
auto tctx = t->get_userptr<TabletCtx>(); auto tctx = t->get_userptr<TabletCtx>();