From 1b2685c848dc1249917c610a908ec8e88c30b360 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 29 Nov 2017 10:19:57 -0600 Subject: drm_hwcomposer: fix warnings on unused variables and parameters AOSP master now builds by default with -Werror, so fix all the warnings. All the warnings are related to unused variables and parameters. Reviewed-by: Robert Foss Signed-off-by: Rob Herring --- drmencoder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drmencoder.h') diff --git a/drmencoder.h b/drmencoder.h index ed3c21e..58ccbfb 100644 --- a/drmencoder.h +++ b/drmencoder.h @@ -45,8 +45,6 @@ class DrmEncoder { uint32_t id_; DrmCrtc *crtc_; - uint32_t type_; - std::vector possible_crtcs_; }; } -- cgit v1.2.3