Enable more warnings (thanks to Alexandre LAURENT)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
extern bool needrefresh;
|
||||
extern unsigned refreshdelay;
|
||||
|
||||
void alarm_cb (int i)
|
||||
void alarm_cb (int /*i*/)
|
||||
{
|
||||
needrefresh = true;
|
||||
//cout << "Setting needrefresh\n";
|
||||
|
||||
Reference in New Issue
Block a user