Changeset fb0f04d


Ignore:
Timestamp:
Dec 13, 2024, 5:05:32 PM (4 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
96ef156
Parents:
9b01ed1
Message:

Fix exceptions to be warning-free.

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptDecl.cpp

    r9b01ed1 rfb0f04d  
    334334                        new ast::ObjectDecl(
    335335                                location,
    336                                 "this",
     336                                "", // "this," though unused in the body
    337337                                new ast::PointerType(
    338338                                        createExceptionInstType( exceptionName, params ) )
Note: See TracChangeset for help on using the changeset viewer.