Suppress a compile warning

This commit is contained in:
Scott Lahteine 2019-04-04 15:22:13 -05:00
parent cf12fc8366
commit 028b78f623

View file

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