Changeset 16ba4897 for src/InitTweak
- Timestamp:
- Oct 9, 2024, 5:07:59 PM (2 months ago)
- Branches:
- master
- Children:
- 0766399
- Parents:
- 1b770e40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.cpp
r1b770e40 r16ba4897 301 301 } // try 302 302 } // for 303 if ( ! errors.isEmpty() ) { 304 throw errors; 305 } // if 303 errors.throwIfNonEmpty(); 306 304 } 307 305 … … 1173 1171 function->stmts = mutStmts; 1174 1172 } 1175 if (! errors.isEmpty()) { 1176 throw errors; 1177 } 1173 errors.throwIfNonEmpty(); 1178 1174 return function; 1179 1175 }
Note: See TracChangeset
for help on using the changeset viewer.