diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /util/system/pipe.h | |
parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
download | ydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/pipe.h')
-rw-r--r-- | util/system/pipe.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/system/pipe.h b/util/system/pipe.h index 75d0360049..bfa80a7258 100644 --- a/util/system/pipe.h +++ b/util/system/pipe.h @@ -1,9 +1,9 @@ #pragma once - -#ifdef __GNUC__ + +#ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Warray-bounds" //need because of bug in gcc4.9.2 -#endif +#endif #include "defaults.h" #include "file.h" @@ -84,7 +84,7 @@ private: using TImplRef = TSimpleIntrusivePtr<TImpl>; TImplRef Impl_; }; - -#ifdef __GNUC__ + +#ifdef __GNUC__ #pragma GCC diagnostic pop -#endif +#endif |