Ignore:
Timestamp:
Jun 22, 2022, 12:59:09 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
ae2f2ae
Parents:
c5d5723
Message:

Removed some warnings and fixed some whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ResolvProtoDump.cpp

    rc5d5723 rc19edd1  
    227227        }
    228228
    229         void previsit( const ast::EnumInstType * enumInst) {
     229        void previsit( const ast::EnumInstType * ) {
    230230                // TODO: Add the meaningful text representation of typed enum
    231231                ss << (int)ast::BasicType::SignedInt;
Note: See TracChangeset for help on using the changeset viewer.