Fix warning from hwmon.c in plugins/sysinfo

This commit is contained in:
Richard Hitt
2013-05-17 21:51:34 -07:00
parent 1181b56211
commit 73badc67ff
2 changed files with 4 additions and 0 deletions

View File

@ -438,8 +438,10 @@ int xs_parse_hwmon_chip(char *chip)
{
if (!hwmon_chip_present())
return 1;
#if 0
else
get_hwmon_chip_name(chip);
#endif
return 0;
}