htop/linux
Christian Göttsche 6b11769448 Avoid conversion warning
linux/Platform.c:47:90: error: implicit conversion from ‘enum LinuxProcessFields’ to ‘enum ProcessFields’ [-Werror=enum-conversion]
       47 | ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_RESIDENT, M_SHARE, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 };
          |
2020-08-25 11:59:53 +02:00
..
Battery.c Merge branch 'hishamhm-pull-960' 2020-08-20 14:19:53 +10:00
Battery.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00
IOPriority.c Remove trailing whitespaces 2020-08-21 10:37:33 +02:00
IOPriority.h Update header files to match whitespace changes in source files 2020-08-22 15:46:31 +10:00
IOPriorityPanel.c Remove trailing whitespaces 2020-08-21 10:37:33 +02:00
IOPriorityPanel.h Update header files to match whitespace changes in source files 2020-08-22 15:46:31 +10:00
LinuxCRT.c Updates to project URLs in docs and embedded in source code 2020-08-22 15:47:11 +10:00
LinuxCRT.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00
LinuxProcess.c Remove trailing whitespaces 2020-08-21 10:37:33 +02:00
LinuxProcess.h Update header files to match whitespace changes in source files 2020-08-22 15:46:31 +10:00
LinuxProcessList.c Introduce xAsprintf as checked version of asprintf 2020-08-21 10:37:29 +02:00
LinuxProcessList.h Merge branch 'hishamhm-pull-920' 2020-08-20 18:24:35 +10:00
Platform.c Avoid conversion warning 2020-08-25 11:59:53 +02:00
Platform.h Merge branch 'hishamhm-pull-920' 2020-08-20 18:24:35 +10:00
PressureStallMeter.c Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00
PressureStallMeter.h Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00