Skip to content

Commit c49f3fa

Browse files
Merge pull request #71 from RobotecAI/wc/fix
Mark variables 'unused' for compiler
2 parents 670e1aa + e6efc64 commit c49f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Source/Wrappers/RglTexture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace RGL::Wrappers
2727

2828
RglTexture imageRglTexture = CreateInvalid();
2929

30-
const AZ::Data::AssetId& id = materialAsset.GetId();
30+
[[maybe_unused]] const AZ::Data::AssetId& id = materialAsset.GetId();
3131
if (!materialAsset.IsReady())
3232
{
3333
AZ_Warning(

0 commit comments

Comments
 (0)