Merge pull request #3337 from esenapaj/patch-2

suppress warnings
This commit is contained in:
Scott Lahteine
2016-04-03 17:01:22 -07:00
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);