- issue
Cannot initialize a parameter of type 'const tchar *' (aka 'const wchar_t *') with an lvalue of type 'const char *'- solution:
// comment out the `&& !__MINGW32__` on line 135 of `profiling.h` #if (_WIN32||_WIN64) //&& !__MINGW32__ inline void itt_set_sync_name(void* obj, const wchar_t* name) { r1::itt_set_sync_name(obj, name);
- solution:
}