suppress warnings

This commit is contained in:
esenapaj
2016-04-03 06:28:17 +09:00
parent cf9a171aa9
commit f9e1a0ee6c
7 changed files with 56 additions and 22 deletions

View File

@@ -873,6 +873,7 @@ void lcd_implementation_drawedit(const char* pstr, const char* value) {
#if ENABLED(SDSUPPORT)
static void lcd_implementation_drawmenu_sd(bool sel, uint8_t row, const char* pstr, const char* filename, char* longFilename, uint8_t concat, char post_char) {
UNUSED(pstr);
char c;
uint8_t n = LCD_WIDTH - concat;
lcd.setCursor(0, row);