Changeset 0bd46fd for src/GenPoly


Ignore:
Timestamp:
Sep 21, 2022, 10:52:51 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
7f6a7c9, e01eb4a
Parents:
20737104
Message:

Fixed several warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/ScrubTyVars.cc

    r20737104 r0bd46fd  
    201201
    202202        switch ( typeVar->second.kind ) {
    203         case ast::TypeDecl::Dtype:
    204         case ast::TypeDecl::Ttype:
     203        case ::TypeDecl::Dtype:
     204        case ::TypeDecl::Ttype:
    205205                return new ast::PointerType(
    206206                        new ast::VoidType( type->qualifiers ) );
    207         case ast::TypeDecl::Ftype:
     207        case ::TypeDecl::Ftype:
    208208                return new ast::PointerType(
    209209                        new ast::FunctionType( ast::VariableArgs ) );
Note: See TracChangeset for help on using the changeset viewer.