From 76e6a03d7154a559b09c123e7c547e6cb50edab8 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 11 Nov 2022 15:12:15 +0800 Subject: [PATCH] fix Error: include/graphics/twm4nx/apps/ccalibration.hxx:149:34: error: private field 'm_stop' is not used [-Werror,-Wunused-private-field] Signed-off-by: Xiang Xiao --- include/graphics/twm4nx/apps/ccalibration.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/graphics/twm4nx/apps/ccalibration.hxx b/include/graphics/twm4nx/apps/ccalibration.hxx index 9de0e8f21..9b610918a 100644 --- a/include/graphics/twm4nx/apps/ccalibration.hxx +++ b/include/graphics/twm4nx/apps/ccalibration.hxx @@ -146,7 +146,6 @@ namespace Twm4Nx struct nxgl_point_s m_touchPos; /**< This is the last touch position */ volatile uint8_t m_calthread; /**< Current calibration display state (See ECalibThreadState)*/ uint8_t m_calphase; /**< Current calibration display state (See ECalibrationPhase)*/ - bool m_stop; /**< True: We have been asked to stop the calibration */ bool m_touched; /**< True: The screen is touched */ struct STouchSample m_sample; /**< Catches new touch samples */ #ifdef CONFIG_TWM4NX_CALIBRATION_AVERAGE