[gnome-system-monitor] src/lsof: Silence warnings
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] src/lsof: Silence warnings
- Date: Mon, 13 Jun 2022 04:57:30 +0000 (UTC)
commit 676e629801ed19ff3eafd02ae67fe093392dee89
Author: Ondřej Míchal <harrymichal seznam cz>
Date: Mon Apr 11 03:19:31 2022 +0300
src/lsof: Silence warnings
src/lsof.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/lsof.cpp b/src/lsof.cpp
index 15c3a59b..bdba6408 100644
--- a/src/lsof.cpp
+++ b/src/lsof.cpp
@@ -101,13 +101,13 @@ namespace
case_insensitive(),
regex_error_displayed(false)
{
- procman_debug("New Lsof GUI %p", this);
+ procman_debug("New Lsof GUI %p", (void *) this);
}
~GUI()
{
- procman_debug("Destroying Lsof GUI %p", this);
+ procman_debug("Destroying Lsof GUI %p", (void *) this);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]