Re: Win32 Integral size mismatch warnings.

From: d. hall (dhall@OOI.NET)
Date: 08/24/98


>>>>> thus on Mon, 24 Aug 1998 13:08:37 -0400, George wrote:

> Seems to be caused by GET_ROOM_VNUM macro, can people try this change?

> +#define GET_ROOM_VNUM(rnum)    \
> +       ((rnum) >= 0 && (rnum) <= top_of_world ? world[(rnum)].number : (room_vnum)NOWHERE)

Does structs.h need to be #include'ed first in order to clarify the typedef
for room_vnum, to insure typecast sanity?

d.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST