ppisa commented on PR #19912:
URL: https://github.com/apache/nuttx/pull/19912#issuecomment-5560358102
OK,so it seems we have move forward a little. There seems to be next problem
```
microwindows/src/mwin/winlib/windlg.c: In function
'CreateDialogIndirectParam':
Error: microwindows/src/mwin/winlib/windlg.c:1003:9: error: converting a
packed 'DLGTEMPLATE' pointer (alignment 1) to a 'struct tagMWDLGTEMPLATE'
pointer (alignment 4) may result in an unaligned pointer value
[-Werror=address-of-packed-member]
1003 | PMWDLGTEMPLATE pDlg = (PMWDLGTEMPLATE)lpTemplate;
| ^~~~~~~~~~~~~~
In file included from
/github/workspace/sources/apps/graphics/microwindows/microwindows/src/include/windows.h:26,
from microwindows/src/mwin/winlib/windlg.c:18:
/github/workspace/sources/apps/graphics/microwindows/microwindows/src/include/winres.h:104:16:
note: defined here
104 | typedef struct tagMWDLGTEMPLATE
| ^~~~~~~~~~~~~~~~
```
I try to look at it.
@Acfboy Please, rebase your branch intended for merge do not merge master
into it. It would keep final history cleaner and is most probably what is
mandated by NuttX maintainers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]