htop/linux
Christian Göttsche 05969998c1 SELinuxMeter: silence comparison warning on 32-bit
linux/SELinuxMeter.c: In function ‘hasSELinuxMount’:
linux/SELinuxMeter.c:38:21: warning: comparison of integer expressions of different signedness: ‘__fsword_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
   38 |    if (sfbuf.f_type != SELINUX_MAGIC) {
      |                     ^~

Origin: 7df27b78e9/libselinux/src/init.c (L40)
2020-12-07 16:05:12 +01:00
..
IOPriority.h Enclose macro arguments in parentheses 2020-10-28 19:57:10 +01:00
IOPriorityPanel.c IOPriorityPanel: drop unnecessary buffer size decrement 2020-11-26 20:42:38 +01:00
IOPriorityPanel.h Make all required includes explicit 2020-10-18 20:09:05 +02:00
LibSensors.c IWYU update 2020-12-06 15:32:16 +01:00
LibSensors.h Dynamically load libsensors at runtime 2020-12-02 21:03:24 +01:00
LinuxProcess.c Use size_t as type for buffer length in Process 2020-12-06 16:03:44 +01:00
LinuxProcess.h IWYU update 2020-12-06 15:32:16 +01:00
LinuxProcessList.c IWYU update 2020-12-06 15:32:16 +01:00
LinuxProcessList.h Dynamically load libsensors at runtime 2020-12-02 21:03:24 +01:00
Platform.c IWYU update 2020-12-06 15:32:16 +01:00
Platform.h Minor cleanups to platform-specific init and done 2020-11-19 12:32:07 +11:00
PressureStallMeter.c Use size_t as len type for Meter_UpdateValues 2020-12-06 16:03:44 +01:00
PressureStallMeter.h Mark remaining classes const 2020-10-13 14:56:01 +02:00
SELinuxMeter.c SELinuxMeter: silence comparison warning on 32-bit 2020-12-07 16:05:12 +01:00
SELinuxMeter.h Convert personal copyright authorship to team 2020-12-04 13:55:55 +01:00
SystemdMeter.c Use size_t as len type for Meter_UpdateValues 2020-12-06 16:03:44 +01:00
SystemdMeter.h Convert personal copyright authorship to team 2020-12-04 13:55:55 +01:00
ZramMeter.c Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers 2020-12-06 16:03:44 +01:00
ZramMeter.h Zram Meter feature 2020-10-31 18:51:53 +01:00
ZramStats.h Zram Meter feature 2020-10-31 18:51:53 +01:00