Clean unused variables and parameters
Remove unused variable
Comment out unused parameter
Use a #define to squash the 'function defined but not used' warning
Don't use C++17 functions, as this breaks Windows cross-compilation
Use a std::string instead of a char * for disabled plugins
Update documentation from Gridarta's types.xml
Adjust description of 'inventory checker'