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 5f4525bf0c7a38b6b10a145840f6b773e6dd63d5
Author: Xiang Xiao <[email protected]>
AuthorDate: Fri Nov 11 15:10:58 2022 +0800

    Fix Error: include/graphics/twm4nx/cwindow.hxx:145:35: error: private field 
'm_eventObj' is not used [-Werror,-Wunused-private-field]
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 include/graphics/twm4nx/cwindow.hxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/graphics/twm4nx/cwindow.hxx 
b/include/graphics/twm4nx/cwindow.hxx
index c85f6bbc4..b1bdd0656 100644
--- a/include/graphics/twm4nx/cwindow.hxx
+++ b/include/graphics/twm4nx/cwindow.hxx
@@ -142,7 +142,6 @@ namespace Twm4Nx
       NXWidgets::CNxString        m_name;        /**< Name of the window */
       FAR NXWidgets::CNxTkWindow *m_nxWin;       /**< The contained NX primary 
window */
       FAR CWindowEvent           *m_windowEvent; /**< Cached window event 
reference */
-      FAR void                   *m_eventObj;    /**< Object reference that 
accompanies events */
       nxgl_coord_t                m_minWidth;    /**< The minimum width of the 
window */
       struct SAppEvents           m_appEvents;   /**< Application event 
information */
       bool                        m_modal;       /**< Window is in modal state 
*/

Reply via email to