Fix minor warnings
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include "fs/portlfs/portlfs.h"
|
||||
#include "storedev/storedev.h"
|
||||
#include "sysdefs/ioctl.h"
|
||||
#include "compiler/attr.h"
|
||||
|
||||
#define VFS_MOUNTPOINT_LABEL_MAX 128
|
||||
#define VFS_MOUNTPOINTS_MAX 30
|
||||
@ -16,7 +17,7 @@ enum {
|
||||
VFS_LITTLEFS,
|
||||
};
|
||||
|
||||
static const char *vfs_strings[] = {
|
||||
UNUSED static const char *vfs_strings[] = {
|
||||
"Little FS",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user