Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37907073
en ru br
ALT Linux repositórios
S:0.9.9-alt1

Group :: Desktop gráfico/GNUstep
RPM: gnustep-terminal

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: fix-int-to-pointer-cast.patch
Download


Description: Fix int-to-pointer-cast GCC warning
Author: Yavor Doganov <yavor@gnu.org>
Bug-Debian: https://bugs.debian.org/749796
Forwarded: https://savannah.nongnu.org/bugs/?52616
Last-Update: 2017-12-07
---
--- terminal.app.orig/TerminalView.m
+++ terminal.app/TerminalView.m
@@ -2009,7 +2009,7 @@
 	}
 
 	rl=[NSRunLoop currentRunLoop];
-	[rl addEvent: (void *)master_fd
+	[rl addEvent: (void *)(intptr_t)master_fd
 		type: ET_RDESC
 		watcher: self
 		forMode: NSDefaultRunLoopMode];
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009