error: unused variable in GfxDesigner
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-24 2:11 AM
Align_VerticalView.cpp:24:12: error: unused variable 'fontBaseline' [-Werror=unused-variable]
const int fontBaseline { mono.getFontBaseline () };
Solved! Go to Solution.
Labels:
- Labels:
-
TouchGFX Designer
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-24 2:13 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-24 2:13 AM
Add ' -Wno-unused-variable' to \config\gcc\app.mk
