We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 285241d + a7b4550 commit 51a3a08Copy full SHA for 51a3a08
src/LiquidCrystal_PCF8574.cpp
@@ -33,7 +33,7 @@ LiquidCrystal_PCF8574::LiquidCrystal_PCF8574(int i2cAddr)
33
34
void LiquidCrystal_PCF8574::begin(int cols, int lines)
35
{
36
- // _cols = cols ignored !
+ (void)cols; // ignored !
37
_lines = lines;
38
39
int functionFlags = 0;
0 commit comments