summaryrefslogtreecommitdiff
path: root/netspeed/src/netspeed.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-05 19:48:03 +0200
committerZenWalker <[email protected]>2019-09-10 14:43:33 +0200
commitd839dfb7516dcc88f3766b3af572d52b04d8bc5c (patch)
treeafb0e105e918a39fc312d73f73409113f7daed81 /netspeed/src/netspeed.c
parent4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe (diff)
downloadmate-applets-d839dfb7516dcc88f3766b3af572d52b04d8bc5c.tar.bz2
mate-applets-d839dfb7516dcc88f3766b3af572d52b04d8bc5c.tar.xz
cpufreq: remove -Wabsolute-value warning
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 244 | current_dist = abs (frequency - f); | ^~~ -- cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ -- cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 109 | current_dist = abs (freq->frequency - frequency); | ^~~
Diffstat (limited to 'netspeed/src/netspeed.c')
0 files changed, 0 insertions, 0 deletions