From de9ddeae56159f6d546e0ec338c4919c6ebaeaad Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 27 Jul 2012 12:56:15 +0000 Subject: [PATCH] Removendo warning detectado durante a compilação para windows --- src/pw3270/uiparser/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pw3270/uiparser/script.c b/src/pw3270/uiparser/script.c index 4619a1e..340a73d 100644 --- a/src/pw3270/uiparser/script.c +++ b/src/pw3270/uiparser/script.c @@ -85,7 +85,7 @@ } info->script_action = info->action; - g_markup_parse_context_push(context,&parser,info); + g_markup_parse_context_push(context,(GMarkupParser *) &parser,info); return NULL; } -- libgit2 0.21.2