Changeset 0bf03ba2 for src/InitTweak


Ignore:
Timestamp:
Dec 20, 2024, 9:38:52 PM (4 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
0cd168f
Parents:
3df3a8f
Message:

Remove warnings due to unused parameters in generated code for zero-length ttype instantiations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cpp

    r3df3a8f r0bf03ba2  
    7070                ast::Linkage::Cforall
    7171        );
     72        dstParam->attributes.push_back( new ast::Attribute( "unused" ) );
    7273        return new ast::FunctionDecl( loc,
    7374                fname,
Note: See TracChangeset for help on using the changeset viewer.