Address Visual Studio analyzer warnings

This commit is contained in:
Alexander Bock
2022-04-12 00:58:11 +02:00
parent f1667a7f43
commit d360f2ae59
17 changed files with 38 additions and 41 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ struct LuaLibrary {
/// The name of the function
std::string name;
/// The function pointer that is executed if the function is called
lua_CFunction function;
lua_CFunction function = nullptr;
struct Argument {
/// The name of the arguments
std::string name;