diff options
author | a-square <a-square@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
commit | 34f3f9bd7972f67d913075206081554a3e39a0de (patch) | |
tree | 89df462bfae95c8d9063871a9eae476233768b09 /util/system/compiler.cpp | |
parent | e7879def805c52076a0b162a0270dfb229379d4e (diff) | |
download | ydb-34f3f9bd7972f67d913075206081554a3e39a0de.tar.gz |
Restoring authorship annotation for <a-square@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/compiler.cpp')
-rw-r--r-- | util/system/compiler.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/compiler.cpp b/util/system/compiler.cpp index d4b3cca0af..a44bc4f011 100644 --- a/util/system/compiler.cpp +++ b/util/system/compiler.cpp @@ -1,9 +1,9 @@ #include "compiler.h" -#include <cstdlib> - +#include <cstdlib> + [[noreturn]] Y_HIDDEN void _YandexAbort() { - std::abort(); -} + std::abort(); +} void UseCharPointerImpl(volatile const char*) { } |