Mark exported functions as maybe unused.
This commit is contained in:
parent
be82abeece
commit
a4faa1351b
|
@ -4,7 +4,7 @@
|
|||
#include <cstring>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#define export extern "C"
|
||||
#define export extern "C" [[maybe_unused]]
|
||||
|
||||
#define CreatureLibException 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue