summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2015-05-15 11:24:28 +0000
committerJean Delvare <khali@linux-fr.org>2015-05-15 11:24:28 +0000
commitb200f794b349986a7010ce4d005811de5f2ccf80 (patch)
tree52748a492863f353dd99d4f621c38f718c50eac2 /CHANGES
parentaaf34b0de81a5c88246c6903c64e9de5d15666e7 (diff)
downloadlm-sensors-git-b200f794b349986a7010ce4d005811de5f2ccf80.tar.gz
libsensors: Fix sparse warnings
Sparse wants forward declarations of static functions to be static as well. For sensors_eval_expr, do that. For the error callbacks, rearrange the code so that the forward declarations are no longer needed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a5eb974b..be22247a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ SVN HEAD
sensors.conf.default: Add support for NCT6779 and NCT6791
libsensors: Get rid of arbitrary limit on per-type sensor count
Add support for temperature min and critical min hysteresis
+ Fix sparse warnings
sensors: Add support for temperature min and critical min hysteresis
fancontrol: Deal with moving hwmon attributes
Fix shell error when FCFANS is not set