Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Brecht Van Lommel <[email protected]>
  • Loading branch information
brechtvl committed Sep 19, 2023
1 parent 25767aa commit fe8d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liboslexec/batched_analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ struct Analyzer {
&& !s.typespec().is_closure() && !s.connected()
&& !s.connected_down()
&& (s.interactive()
|| s.interpolated() && m_ba.shadingsys().lazy_userdata()))
|| (s.interpolated() && m_ba.shadingsys().lazy_userdata())))
continue;
// Set initial value for params (may contain init ops)
if (s.has_init_ops() && s.valuesource() == Symbol::DefaultVal) {
Expand Down

0 comments on commit fe8d8bb

Please sign in to comment.