diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 06:36:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 06:37:01 +0100 |
commit | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (patch) | |
tree | e2c36812da620588417bfa64cb01d1aa09cc4862 /src | |
parent | c9cc8e701c1741fc2540297fb07465b83f36ceea (diff) |
workaround GCC warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/precomp.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp index f35b2563..8275bc81 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -5,6 +5,10 @@ #include "compat/assert.hpp" #include "compat/alloca.hpp" +#ifdef __GNUG__ +#pragma GCC system_header +#endif + #include <bit> #include <cstddef> #include <cstdint> |