diff options
Diffstat (limited to 'lib/debugobjects.c')
-rw-r--r-- | lib/debugobjects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index 105ecfc47d8c..994be4805cec 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c | |||
@@ -53,7 +53,7 @@ static int obj_nr_tofree; | |||
53 | static struct kmem_cache *obj_cache; | 53 | static struct kmem_cache *obj_cache; |
54 | 54 | ||
55 | static int debug_objects_maxchain __read_mostly; | 55 | static int debug_objects_maxchain __read_mostly; |
56 | static int debug_objects_maxchecked __read_mostly; | 56 | static int __maybe_unused debug_objects_maxchecked __read_mostly; |
57 | static int debug_objects_fixups __read_mostly; | 57 | static int debug_objects_fixups __read_mostly; |
58 | static int debug_objects_warnings __read_mostly; | 58 | static int debug_objects_warnings __read_mostly; |
59 | static int debug_objects_enabled __read_mostly | 59 | static int debug_objects_enabled __read_mostly |