nuttx-apps/testing/mm/cachetest
raiden00pl 8c5c506e40 testing/cachetest: fix compilation error for arm64
fix compilation error:

cachetest_main.c:37:26: error: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Werror=format=]
   37 | #define CACHETEST_PREFIX "CACHE Test: "
      |                          ^~~~~~~~~~~~~~
cachetest_main.c:150:20: note: in expansion of macro 'CACHETEST_PREFIX'
  150 |   syslog(LOG_INFO, CACHETEST_PREFIX "waddr:%p, uncacheble addr start:%p,"
      |                    ^~~~~~~~~~~~~~~~
cachetest_main.c:151:17: note: format string is defined here
  151 |          "size:%u\n", info->waddr,
      |                ~^
      |                 |
      |                 unsigned int
      |                %lu

Signed-off-by: raiden00pl <raiden00@railab.me>
2025-12-05 17:53:57 +01:00
..
cachetest_main.c testing/cachetest: fix compilation error for arm64 2025-12-05 17:53:57 +01:00
CMakeLists.txt apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Kconfig apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Make.defs apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Makefile apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00