Page MenuHome

Calm Warning: Unused Variable
ClosedPublic

Authored by Harley Acheson (harley) on Sep 10 2021, 8:28 PM.

Details

Summary

Calms warning for unused variable in constraint_copy_to_selected_poll


MSVS 2019 reports warning in constraint_copy_to_selected_poll of:
'UNUSED_ob': local variable is initialized but not referenced

Diff Detail

Repository
rB Blender

Event Timeline

Harley Acheson (harley) requested review of this revision.Sep 10 2021, 8:28 PM
Harley Acheson (harley) created this revision.

Use UNUSED_VARS(ob) otherwise LGTM.

This revision is now accepted and ready to land.Sep 11 2021, 11:01 AM

Using UNUSED_VARS instead of UNUSED.

This revision was automatically updated to reflect the committed changes.