author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 18:53:33 +0000 (20:53 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 18:54:49 +0000 (20:54 +0200) | ||
commit | 03c308c99caa9e5d088487fcda27cc756ffd6b1c | |
tree | bc59799b908288fca1970ebb57374e0744124ca5 | tree | snapshot |
parent | 2e80174b4aa0b983c193453b1062677a0d28188c | commit | diff |
cpu plugin: fix compiler warning on OS X
cpu.c:593:24: warning: comparison of integers of different signs: 'int' and 'mach_msg_type_number_t' (aka 'unsigned int') [-Wsign-compare]
for (int cpu = 0; cpu < cpu_list_len; cpu++)
~~~ ^ ~~~~~~~~~~~~
cpu.c:593:24: warning: comparison of integers of different signs: 'int' and 'mach_msg_type_number_t' (aka 'unsigned int') [-Wsign-compare]
for (int cpu = 0; cpu < cpu_list_len; cpu++)
~~~ ^ ~~~~~~~~~~~~
src/cpu.c | diff | blob | history |