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 <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b16eaf9d8e
commit
5f4525bf0c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user