[NEWBIE] Stumped with error

From: Brian Beffa (MortalCity@aol.com)
Date: 08/08/00


I cant seem to get why this code doesnt work starting at line 452.  It looks
the same as all the other code.  Here is the segment, Line 452 is case 6,
where eveything after goes bad.

    case '5':
      return (1 << 31);
      break;
    case '6':
      return (1 << 32);
      break;
    case '7':
      return (1 << 33);
      break;
    case '8':
      return (1 << 34);
      break;
    case '9':
      return (1 << 35);
      break;
    case '~':
      return (1 << 36);
      break;

Here is what makefile caught:

warning: left shift count >= width of type

thanks
brian
MortalCity@aol.com


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



This archive was generated by hypermail 2b30 : 04/11/01 PDT