Mark exported functions as maybe unused.

This commit is contained in:
2020-07-24 10:14:10 +02:00
parent be82abeece
commit a4faa1351b

View File

@@ -4,7 +4,7 @@
#include <cstring>
#include <exception>
#include <string>
#define export extern "C"
#define export extern "C" [[maybe_unused]]
#define CreatureLibException 1;