ArkScript
A small, fast, functional and scripting language for video games
Picosha2.hpp
Go to the documentation of this file.
1// This is due to a warning in GCC 14.1.0: https://github.com/okdshin/PicoSHA2/issues/25
2#ifndef __clang__
3# pragma GCC diagnostic push
4# pragma GCC diagnostic ignored "-Wstringop-overflow"
5#endif
6#include <picosha2.h>
7#ifndef __clang__
8# pragma GCC diagnostic pop
9#endif