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