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