Changeset d3d54b3 for src/main.cpp


Ignore:
Timestamp:
Feb 5, 2025, 1:45:29 PM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
ab94c37
Parents:
92aeae1
Message:

Eliminate warnings due to sizeof returning type inconsistent with %zu. Fix #269.

Test

nowarn/printf-sizeof

: Activate direct test of the bug.

Tests

alloc-ERROR
extension
array-collections/dimexpr-match-c-ERRS

: Accommodate incidental changes in error-message text or generated code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/main.cpp

    r92aeae1 rd3d54b3  
    199199                Stats::Time::StopBlock();
    200200
     201                ast::TranslationDeps::evolve( transUnit );
     202
    201203                PASS( "Hoist Type Decls", Validate::hoistTypeDecls, transUnit );
    202204
Note: See TracChangeset for help on using the changeset viewer.