Fixes for release builds for unused variable warnings (#4000)
Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
@@ -60,8 +60,8 @@ void initSharedResources()
|
||||
|
||||
namespace
|
||||
{
|
||||
const char* LUAEditorDebugName = "LUA Debug";
|
||||
const char* LUAEditorInfoName = "LUA Editor";
|
||||
[[maybe_unused]] const char* LUAEditorDebugName = "LUA Debug";
|
||||
[[maybe_unused]] const char* LUAEditorInfoName = "LUA Editor";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user