Fixes for release builds for unused variable warnings (#4000)
Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ImageProcessingAtom
|
||||
StepAll
|
||||
};
|
||||
|
||||
const char ProcessStepNames[StepAll][64] =
|
||||
[[maybe_unused]] const char ProcessStepNames[StepAll][64] =
|
||||
{
|
||||
"ValidateInput",
|
||||
"GenerateColorChart",
|
||||
|
||||
Reference in New Issue
Block a user