Ignore:
Timestamp:
Jan 29, 2019, 3:51:47 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
933f32f
Parents:
a200795
Message:

Fixed warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    ra200795 r6a9d4b4  
    547547                }
    548548
    549                 void ResolveCopyCtors::destructRet( ObjectDecl * ret, ImplicitCopyCtorExpr * impCpCtorExpr, Expression *& arg ) {
     549                void ResolveCopyCtors::destructRet( ObjectDecl * ret, ImplicitCopyCtorExpr * /*impCpCtorExpr*/, Expression *& arg ) {
    550550                        // TODO: refactor code for generating cleanup attribute, since it's common and reused in ~3-4 places
    551551                        // check for existing cleanup attribute before adding another(?)
Note: See TracChangeset for help on using the changeset viewer.