This is freaking me out :P
Im getting this wierd compiling message,
warning:overflow in implicit constant conversion when I call the
obj_stat function
with some of the defined ITEM_
Anybody ever seen anything like this and knows what it is?
#define ITEM_NODROP (1 << 7) /* Nodrop does not cause compiler
message*/
#define ITEM_BLESS (1 << 8) /* I but item bless up til item
nodet causes */
#define ITEM_NODET (1 << 26) /* the message of imlicit
constant etc */
#define IS_OBJ_STAT(obj,stat)
(IS_SET((obj)->obj_flags.extra_flags,stat))
sprintf(buf,"%s%s\r\n", buf, get_eq_cond(GET_OBJ_TIMER(obj),
IS_OBJ_STAT(obj, ITEM_NODET)));
spells.c:556: warning: overflow in implicit constant conversion
Regardz Nocturnal
+------------------------------------------------------------+
| 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