Skip to content

Commit

Permalink
Changes to compile on Windows and Visual Studio 2019
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Pełka <[email protected]>
  • Loading branch information
michalpelka committed Apr 5, 2024
1 parent 3a77baf commit ddf3300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gems/EditorPythonBindings/Code/Source/PythonUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ namespace EditorPythonBindings
}

AZStd::string PythonBehaviorDescription::PropertyDefinition(
AZStd::string_view propertyName, int level, const AZ::BehaviorProperty& property, const AZ::BehaviorClass* behaviorClass)
AZStd::string_view propertyName, int level, const AZ::BehaviorProperty& property, [[maybe_unused]] const AZ::BehaviorClass* behaviorClass)
{
AZStd::string buffer;
Internal::Indent(level, buffer);
Expand Down

0 comments on commit ddf3300

Please sign in to comment.