Cherry pick release unused warning error into Stabilization/2110 (#5845)
* Fixed unused variable warning in Release configuration in Linux. (#5830) Signed-off-by: moraaar <moraaar@amazon.com> * Fix unused variable errors (#5843) Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Co-authored-by: moraaar <moraaar@amazon.com>
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ namespace ImageProcessingAtom
|
||||
|
||||
namespace
|
||||
{
|
||||
static constexpr const char* const LogWindow = "Image Processing";
|
||||
[[maybe_unused]] static constexpr const char* const LogWindow = "Image Processing";
|
||||
}
|
||||
|
||||
#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS)
|
||||
|
||||
Reference in New Issue
Block a user