home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / programming / maskthrow / hdr / masklist
Encoding:
Text File  |  1996-12-18  |  636 b   |  17 lines

  1.  
  2.  ; you can add more messages here to mask
  3.  add_message "Non-ANSI #include <*.h>"
  4.  add_message " initializer for non-const reference not an lvalue"
  5.  add_message "temporary used for non-const"
  6.  add_message "* not used"
  7.  add_message "'=': implicit cast of pointer to non-equal pointer"
  8.  add_message "'return': implicit cast of pointer to non-equal pointer"
  9.  add_message "static '*' declared but not used"
  10.  add_message "static function '*' not defined - treated as extern"
  11.  
  12.  ; these mask out some unneeded warnings in Dreamscape
  13.  add_message "out-of-bound offset 2 in address"
  14.  add_message "*::show() hides virtual Showable::show()"
  15.  
  16.  END
  17.