diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-03-07 13:20:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-03-07 13:20:48 +0300 |
commit | 7b23fec54e2fec0678c0806e255a00a1c97be46b (patch) | |
tree | 030ff871d9184a73110f005681d7b16138c5f232 /contrib/libs/hyperscan/config-win.h | |
parent | 03c0f57ecbe72821843b926b8e731b81e689bacd (diff) | |
download | ydb-7b23fec54e2fec0678c0806e255a00a1c97be46b.tar.gz |
Fix -Wpragma-pack in trie.h
`#include ` and `#include ` modify current `#pragma pack` value and thus trigger `-Wpragma-pack` under clang-cl.
As there is no way to implement packed structs via attributes,
introduce proper compiler-specific variables in ``
and use them to check whether we are compiling with MSVC.
ref:e47cdb9c38eb305b9c5bcc5ad719e21ec52eb14c
Diffstat (limited to 'contrib/libs/hyperscan/config-win.h')
0 files changed, 0 insertions, 0 deletions