xiaoxiang781216 commented on PR #10526:
URL: https://github.com/apache/nuttx/pull/10526#issuecomment-1713050438
> The following errors are caused by the naming conventions of X11 and can
probably be ignored.
>
> `Error:
/home/runner/work/nuttx/nuttx/nuttx/arch/sim/src/sim/posix/sim_x11framebuffer.c:109:2:
error: Mixed case identifier found Error:
/home/runner/work/nuttx/nuttx/nuttx/arch/sim/src/sim/posix/sim_x11framebuffer.c:110:2:
error: Mixed case identifier found Error: Process completed with exit code 1.`
let's ignore "Mixed case identifier" warning, but fix the compiler error:
```
Error: sim/sim_lcd.c:468:9: error: too few arguments to function
'sim_x11initialize'
468 | ret = sim_x11initialize(CONFIG_SIM_FBWIDTH, CONFIG_SIM_FBHEIGHT,
| ^~~~~~~~~~~~~~~~~
```
--
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]