diff options
author | Pablo Barciela <[email protected]> | 2018-01-13 23:55:02 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-02 16:43:51 +0300 |
commit | c8997a31b0ff6f6d5b07575f5baf30ccdbfbfe63 (patch) | |
tree | e19854fd7729e0e781b2b275ac89763a907d6984 /org.mate.panel.applet.SensorsAppletFactory.service.in | |
parent | a382b9bf86642689b2cc3031e014073460238eaf (diff) | |
download | mate-sensors-applet-c8997a31b0ff6f6d5b07575f5baf30ccdbfbfe63.tar.bz2 mate-sensors-applet-c8997a31b0ff6f6d5b07575f5baf30ccdbfbfe63.tar.xz |
active-sensor.c: Fix build warning:
Fixes the build warning:
active-sensor.c: In function ‘active_sensor_new’:
active-sensor.c:425:44: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
active_sensor->alarm_timeout_id[i] = -1;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
active-sensor.c:424:5: note: within this loop
for (i = 0; i < NUM_NOTIFS; i++) {
^~~
Diffstat (limited to 'org.mate.panel.applet.SensorsAppletFactory.service.in')
0 files changed, 0 insertions, 0 deletions