Skip to content

Commit

Permalink
Use CUDF_UNREACHABLE
Browse files Browse the repository at this point in the history
Co-authored-by: David Wendt <[email protected]>
  • Loading branch information
wence- and davidwendt authored Jul 19, 2024
1 parent e146c80 commit 7d55d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/rolling/window_utils.cu
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct window_offset_impl {
d_length, d_offset, input_begin, input_end});
} else {
// Unreachable.
CUDF_FAIL("Unhandled window type.");
CUDF_UNREACHABLE("Unhandled window type.");
}
return result;
}
Expand Down

0 comments on commit 7d55d4e

Please sign in to comment.