mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
Fixes warning:
CC: userfs_main.c
userfs_main.c:182:3: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
ufstest_truncate,
^
userfs_main.c:182:3: note: (near initialization for ‘g_ufstest_ops.truncate’)
Co-authored-by: Gregory Nutt <gnutt@nuttx.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| userfs_main.c | ||