Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/PtrsCastable.cc

    raf397ef8 r7e003011  
    135135        }
    136136
    137         void PtrsCastable::visit( __attribute__((unused)) TraitInstType *inst ) {}
     137        void PtrsCastable::visit(TraitInstType *inst) {
     138                // I definitely don't think we should be doing anything here
     139        }
    138140
    139141        void PtrsCastable::visit(TypeInstType *inst) {
Note: See TracChangeset for help on using the changeset viewer.