You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/11/11 20:12:29 UTC

[incubator-nuttx-apps] 02/03: fix Error: include/graphics/twm4nx/apps/ccalibration.hxx:149:34: error: private field 'm_stop' is not used [-Werror,-Wunused-private-field]

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 76e6a03d7154a559b09c123e7c547e6cb50edab8
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Fri Nov 11 15:12:15 2022 +0800

    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 <xi...@xiaomi.com>
---
 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