Fix minor warnings

This commit is contained in:
2025-10-03 22:41:38 +02:00
parent fc47ff581e
commit 20b4545cae
10 changed files with 18 additions and 17 deletions

View File

@ -5,12 +5,13 @@
#include <stddef.h>
#include "spinlock/spinlock.h"
#include "ramsd.h"
#include "compiler/attr.h"
enum {
STOREDEV_RAMSD,
};
static const char *storedev_strings[] = {
UNUSED static const char *storedev_strings[] = {
"RAMSD",
};