Re: [bpl14] warning C4761

From: Andrew Jones (andjones@MCI2000.COM)
Date: 08/23/98


Everywhere the warings are you need to find what the mismatch is, and then
make a dission on whetehr to change the declarations, or cast them;
examples:
        int a;
        char b;

        b = a;
        b = (char) a;
this means your casting the variable a into a char, efectivly truncating it,
but then you don't get the warning.
Andrew
> > say is therr a way for win95 users to get rid of all the stock
> > warning C4761: integral size mismatch in argument; conversion supplied
> > warnings.


     +------------------------------------------------------------+
     | 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