Skip to content

Commit

Permalink
Fix Linux warning as error build break. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk authored Sep 25, 2024
1 parent b1143a8 commit 1b69d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaHydra/mayaPlugin/renderOverride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ void MtohRenderOverride::_ViewSelectedChangedCb(
{
M3dView view;
if (!TF_VERIFY(M3dView::getM3dViewFromModelPanel(viewName, view) == MS::kSuccess,
"No view found for view name %.", viewName.asChar())) {
"No view found for view name %s.", viewName.asChar())) {
return;
}

Expand Down

0 comments on commit 1b69d5f

Please sign in to comment.