From bf28170c619b07cd4abbf693fe3489fa685b1080 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 7 Oct 2020 02:28:58 -0400 Subject: [PATCH] mark cliptop unused in reel poc --- src/poc/reel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poc/reel.cpp b/src/poc/reel.cpp index edcbe3546..d789ad152 100644 --- a/src/poc/reel.cpp +++ b/src/poc/reel.cpp @@ -40,7 +40,7 @@ class TabletCtx { 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); Plane* p = t->get_plane(); auto tctx = t->get_userptr();