aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/compiler.h
diff options
context:
space:
mode:
authoranelyubin <anelyubin@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commit9dac44a55ede6f682527e82880847f99bd7b2d93 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/compiler.h
parent8d333d5e773f6b0ef31e7b3c92339af7e71413f6 (diff)
downloadydb-9dac44a55ede6f682527e82880847f99bd7b2d93.tar.gz
Restoring authorship annotation for <anelyubin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/compiler.h')
-rw-r--r--util/system/compiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/compiler.h b/util/system/compiler.h
index 1b93c3aa841..b373edcc466 100644
--- a/util/system/compiler.h
+++ b/util/system/compiler.h
@@ -237,9 +237,9 @@ constexpr Y_FORCE_INLINE int Y_UNUSED(Types&&...) {
#define Y_ASSUME(condition) Y_UNUSED(condition)
#endif
-#ifdef __cplusplus
-[[noreturn]]
-#endif
+#ifdef __cplusplus
+[[noreturn]]
+#endif
Y_HIDDEN void
_YandexAbort();