Skip to content

Commit

Permalink
cleanup: Change long-deprecated OIIO macro to new one (#1788)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Apr 1, 2024
1 parent b86f0b9 commit 060c89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osltoy/osltoyapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ OSLToyMainWindow::osl_do_rerender(float /*frametime*/)
float start = timer();
renderer()->set_time(start);
renderer()->render_image();
OIIO_UNUSED_OK float rendertime = timer() - start;
OIIO_MAYBE_UNUSED float rendertime = timer() - start;

renderView->update(renderer()->framebuffer());

Expand Down

0 comments on commit 060c89d

Please sign in to comment.