Changeset c19edd1 for src/GenPoly


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/GenPoly/GenPoly.cc

    rc5d5723 rc19edd1  
    6464                }
    6565
    66                 __attribute__((ununsed))
     66                __attribute__((unused))
    6767                bool hasPolyParams( const std::vector<ast::ptr<ast::Expr>> & params, const TyVarMap & tyVars, const ast::TypeSubstitution * env) {
    6868                        for (auto &param : params) {
Note: See TracChangeset for help on using the changeset viewer.