| commit | 0b7a22bea5a7ce75b687a7f03b3ac972b8db8dc9 | [log] [tgz] |
|---|---|---|
| author | Martin Storsjö <martin@martin.st> | Wed Sep 18 14:48:08 2024 +0300 |
| committer | Martin Storsjö <martin@martin.st> | Mon Sep 23 13:32:48 2024 +0300 |
| tree | 79a6e24658f403b6feb48d97a3fd144476a78a2a | |
| parent | 28f661db4ba7a372999fb8fb280a99616a519cc8 [diff] |
crt: Mark _wassert with __MINGW_ATTRIB_NORETURN This avoids warnings from Clang, pointing out that this function could be marked noreturn. Signed-off-by: Martin Storsjö <martin@martin.st>