mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Resolve unused variable on FreeBSD
This commit is contained in:

committed by
cgzones

parent
e719a85994
commit
475f729a36
@ -205,10 +205,12 @@ void Platform_setZfsCompressedArcValues(Meter* this) {
|
||||
}
|
||||
|
||||
void Platform_setTasksValues(Meter* this) {
|
||||
(void) this;
|
||||
// TODO
|
||||
}
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid) {
|
||||
(void) pid;
|
||||
// TODO
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user