Mark exported functions as maybe unused.

This commit is contained in:
Deukhoofd 2020-07-24 10:14:10 +02:00
parent be82abeece
commit a4faa1351b
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

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;