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
include
Proxy
Picosha2.hpp
Generated on Wed May 21 2025 18:40:52 for ArkScript by
1.12.0