With future C++ compilers the methods vsprintf and sprintf are declared as deprecated due to security issues. They are replaced with the secure counterpart of the fmt library Fixes the compiler warnings -Wdeprecated-declarations