Fixes for release builds for unused variable warnings (#4000)
Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace AZ
|
||||
{
|
||||
namespace AtomShaderConfig
|
||||
{
|
||||
static constexpr char AtomShaderConfigName[] = "AtomShaderConfig";
|
||||
[[maybe_unused]] static constexpr char AtomShaderConfigName[] = "AtomShaderConfig";
|
||||
|
||||
bool MutateToFirstAbsoluteFolderThatExists(AZStd::string& relativeFolder, AZStd::vector<AZStd::string>& watchFolders)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user