shtirlic opened a new pull request, #18856:
URL: https://github.com/apache/nuttx/pull/18856
## Summary
```
mksyscall.c:145:19: warning: initialization discards ‘const’ qualifier from
pointer target type [-Wdiscarded-qualifiers]
145 | char *pactual = strchr(arg, '|');
| ^~~~~~
```
Change to use `const char*` on pointers
## Impact
none
## Testing
```
make
Create version.h
CPP:
/home/shtirlic/nuttx-space/nuttx/../picocalc-nx/scripts/memmap_default.ld->
/home/shtirlic/nuttx-space/nuttx/../picocalc-nx/scripts/memmapLD: nuttx
riscv-none-elf-ld: warning: /home/shtirlic/nuttx-space/nuttx/nuttx has a
LOAD segment with RWX permissions
Memory region Used Size Region Size %age Used
FLASH: 822308 B 4 MB 19.61%
RAM: 93100 B 512 KB 17.76%
SCRATCH_X: 0 B 4 KB 0.00%
SCRATCH_Y: 0 B 4 KB 0.00%
Generating: nuttx.uf2
Done.
```
--
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]