diff options
author | asatarin <asatarin@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
commit | ca04a556317a80ac802f38457a2292185282878b (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs | |
parent | 4ca29390ac54b7877174de542de47532c67453b5 (diff) | |
download | ydb-ca04a556317a80ac802f38457a2292185282878b.tar.gz |
Restoring authorship annotation for <asatarin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/crcutil/interface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/crcutil/interface.cc b/contrib/libs/crcutil/interface.cc index 6125bb0837..dfefebba06 100644 --- a/contrib/libs/crcutil/interface.cc +++ b/contrib/libs/crcutil/interface.cc @@ -28,7 +28,7 @@ static size_t kAlign = 4 * 1024; using namespace crcutil; -#if (!defined(__clang__) && defined(__GNUC__)) +#if (!defined(__clang__) && defined(__GNUC__)) // Suppress 'invalid access to non-static data member ... of NULL object' #undef offsetof #define offsetof(TYPE, MEMBER) (reinterpret_cast <size_t> \ |