mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
/home/rbbuild/rockbox/tools/checkwps/checkwps.c: In function 'main': /home/rbbuild/rockbox/tools/checkwps/checkwps.c:329:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 329 | char *ext = strrchr(name, '.'); | ^~~~~~~ Change-Id: I0c62600f269456cb81d0e3eaf77839c9103f2e41 |
||
|---|---|---|
| .. | ||
| buildall.sh | ||
| checkwps.c | ||
| checkwps.h | ||
| checkwps.make | ||
| cleanall.sh | ||
| parse_configure.awk | ||
| README | ||
| SOURCES | ||
| system-target.h | ||
This directory contains the checkwps tool which can be used to validate wps files outside of Rockbox. checkwps uses the Rockbox WPS parser and is therefore built in target-specific versions (to avoid making lots of changes to the core code). To compile ---------- Just run the ./buildall.sh script To remove all compiled files ---------------------------- ./cleanall.sh To add a new target ------------------- No action necessary, list of targets is parsed out of the configure script