From 1e2f9219883452ef7da37c3c984b3e3d2939656b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 28 Jul 2024 16:40:09 +0200 Subject: Fix pedantic warnings Reviewed-by: dogma --- dw/fltkplatform.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkplatform.cc') diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 948c1444..0b7ee2e9 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -497,7 +497,7 @@ void FltkPlatform::detachView (core::View *view) { if (this->view != view) MSG_ERR("FltkPlatform::detachView: this->view: %p view: %p\n", - this->view, view); + (void *) this->view, (void *) view); for (container::typed::Iterator it = resources->iterator (); it.hasNext (); ) { -- cgit v1.2.3