Fix unused warnings release (#3677)
* Release build fix for Windows * Release build fix for Android * Release build fix for Windows * Release build fix for Android * Release build fix for Linux * Release build fix for Mac * Release build fix for iOS Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
@@ -744,7 +744,7 @@ void CLog::LogToConsolePlus(const char* szFormat, ...)
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
static void RemoveColorCodeInPlace(CLog::LogStringType& rStr)
|
||||
[[maybe_unused]] static void RemoveColorCodeInPlace(CLog::LogStringType& rStr)
|
||||
{
|
||||
char* s = (char*)rStr.c_str();
|
||||
char* d = s;
|
||||
|
||||
Reference in New Issue
Block a user