From 60c5636cd7c18e6c806cb4cd88846db10092dd57 Mon Sep 17 00:00:00 2001 From: Jos Dehaes Date: Wed, 6 Oct 2021 22:45:54 +0200 Subject: [PATCH] fix warning --- src/osx/btop_collect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osx/btop_collect.cpp b/src/osx/btop_collect.cpp index 338654e..789158a 100644 --- a/src/osx/btop_collect.cpp +++ b/src/osx/btop_collect.cpp @@ -919,6 +919,7 @@ namespace Proc { if (s & SIDL) return "Idle"; if (s & SSTOP) return "Stopped"; if (s & SZOMB) return "Zombie"; + return "Unknown"; } //* Get detailed info for selected process