Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2005:
[Freeciv-Dev] (PR#13228) Compiler warnings
Home

[Freeciv-Dev] (PR#13228) Compiler warnings

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#13228) Compiler warnings
From: "Anders Totland" <atotland@xxxxxxx>
Date: Tue, 7 Jun 2005 10:42:25 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13228 >

Upon compiling the freeciv-2.0.1 source code i get the following  
warnings:

gui_main.c: In function 'ui_main':
gui_main.c:1144: warning: pointer targets in passing argument 2 of  
'gdk_bitmap_create_from_data' differ in signedness
gui_main.c:1145: warning: pointer targets in passing argument 2 of  
'gdk_bitmap_create_from_data' differ in signedness
gui_main.c:1146: warning: pointer targets in passing argument 2 of  
'gdk_bitmap_create_from_data' differ in signedness

civclient.c: In function 'put_conv':
civclient.c:111: warning: pointer targets in return differ in signedness
civclient.c: In function 'get_conv':
civclient.c:126: warning: pointer targets in passing argument 1 of  
'data_to_internal_string_malloc' differ in signedness
clinet.c: In function 'get_lan_server_list':
clinet.c:862: warning: pointer targets in passing argument 6 of  
'recvfrom' differ in signedness
packhand.c: In function 'handle_player_info':
packhand.c:1574: warning: pointer targets in passing argument 2 of  
'read_player_info_techs' differ in signedness
tilespec.c: In function 'fill_sprite_array':
tilespec.c:2644: warning: 'tspecial' may be used uninitialized in  
this function
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
../intl/libintl.a(localcharset.o) definition of _locale_charset in  
section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libiconv.dylib 
(localcharset.o) definition of _locale_charset

Compiling on OS X Tiger 10.4.1; Apple X11; PB G4

Fairly much standard Unix environiment.





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#13228) Compiler warnings, Anders Totland <=