Browse Source

Suppress a compile warning

Scott Lahteine 6 years ago
parent
commit
028b78f623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/power_loss_recovery.h

+ 1
- 1
Marlin/src/feature/power_loss_recovery.h View File

@@ -128,7 +128,7 @@ class PrintJobRecovery {
128 128
   #if ENABLED(DEBUG_POWER_LOSS_RECOVERY)
129 129
     static void debug(PGM_P const prefix);
130 130
   #else
131
-    static inline void debug(PGM_P const prefix) {}
131
+    static inline void debug(PGM_P const prefix) { UNUSED(prefix); }
132 132
   #endif
133 133
 
134 134
   private:

Loading…
Cancel
Save