Re: [PATCH hwc] drm_hwcomposer: fix warnings on unused variables and parameters

2017-11-30 Thread Robert Foss
Hey Rob, I applied and tested this patch, and it looks good to me. Feel free to add my SB/TB. Rob. On Wed, 2017-11-29 at 10:21 -0600, Rob Herring wrote: > AOSP master now builds by default with -Werror, so fix all the > warnings. > All the warnings are related to unused variables and parameter

[PATCH hwc] drm_hwcomposer: fix warnings on unused variables and parameters

2017-11-29 Thread Rob Herring
AOSP master now builds by default with -Werror, so fix all the warnings. All the warnings are related to unused variables and parameters. Signed-off-by: Rob Herring --- drmcrtc.cpp | 7 +-- drmcrtc.h| 6 -- drmdisplaycompositor.cpp | 3 --- drmencoder.cpp