mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 20:31:17 +00:00
Fix compiler warning.
This commit is contained in:
parent
aa142b0941
commit
ecfcfacce3
@ -811,5 +811,6 @@ int process_weather_uri(char *uri, char *locID, int dayf)
|
||||
} else if (!strstr(uri, "localhost") && !strstr(uri, "127.0.0.1")) {
|
||||
return -1;
|
||||
}
|
||||
if (dayf) {} /* make gcc shut up */
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user