diff --git a/server/TracyPrint.cpp b/server/TracyPrint.cpp index e6f9ad8f..632f3afb 100644 --- a/server/TracyPrint.cpp +++ b/server/TracyPrint.cpp @@ -1,5 +1,5 @@ #ifdef _MSC_VER -# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data +# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data #endif #ifdef __MINGW32__ # define __STDC_FORMAT_MACROS