Fix minor warnings
This commit is contained in:
@ -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",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user