Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] (PR#9888) ftwl build error
Home

[Freeciv-Dev] (PR#9888) ftwl build error

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#9888) ftwl build error
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Tue, 31 Aug 2004 12:50:14 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9888 >

mapview.c: In function `terrain_to_osda':
mapview.c:647: warning: implicit declaration of function `put_terrain'
mapview.c: In function `city_to_osda':
mapview.c:664: warning: implicit declaration of function `put_city'
mapview.c: In function `update_focus_tile_list':
mapview.c:741: warning: implicit declaration of function `get_focus_tile'
mapview.c:768: warning: implicit declaration of function
`mapview_get_terrain_tooltip_text'
mapview.c:768: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:769: warning: implicit declaration of function
`mapview_get_terrain_info_text'
mapview.c:769: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:783: warning: implicit declaration of function
`mapview_get_city_tooltip_text'
mapview.c:783: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:784: warning: implicit declaration of function
`mapview_get_city_info_text'
mapview.c:784: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:798: warning: implicit declaration of function
`mapview_get_unit_tooltip_text'
mapview.c:798: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:799: warning: implicit declaration of function
`mapview_get_unit_info_text'
mapview.c:799: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c: In function `canvas_mouse_press_callback':
mapview.c:835: warning: implicit declaration of function `set_focus_tile'
mapview.c: In function `fill_actions':
mapview.c:1465: warning: implicit declaration of function
`mapview_get_unit_action_tooltip'
mapview.c:1465: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
mapview.c:1484: warning: implicit declaration of function
`mapview_get_city_action_tooltip'
mapview.c:1484: warning: passing arg 1 of `real_mystrdup' makes pointer
from integer without a cast
make[4]: *** [mapview.o] Error 1
make[4]: Leaving directory `/home/dev/freeciv/client/gui-ftwl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dev/freeciv/client/gui-ftwl'
make[2]: *** [all-recursive] Error 1

What changed to cause this?

  - Per




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#9888) ftwl build error, Per I. Mathisen <=