Changeset 81da3da4 for src/Common/Assert.cc
- Timestamp:
- Dec 11, 2023, 4:18:13 AM (22 months ago)
- Branches:
- master
- Children:
- 21ce2c7, 2554f24
- Parents:
- 5ddb8bf (diff), 1c85ffc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Assert.cc
r5ddb8bf r81da3da4 10 10 // Created On : Thu Aug 18 13:26:59 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 19 17:07:08 201613 // Update Count : 1 012 // Last Modified On : Mon Nov 20 22:57:18 2023 13 // Update Count : 11 14 14 // 15 15 … … 39 39 } 40 40 41 void abort(const char *fmt, ... 42 void abort(const char *fmt, ... 41 void abort(const char *fmt, ... ) noexcept __attribute__((noreturn, format(printf, 1, 2))); 42 void abort(const char *fmt, ... ) noexcept { 43 43 va_list args; 44 44 va_start( args, fmt );
Note:
See TracChangeset
for help on using the changeset viewer.