Skip to content

Commit

Permalink
Fix int cast warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mitruska committed Nov 29, 2024
1 parent ccee7c3 commit e522095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/nodes/stft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void stft_impl(const float* signal,
twiddles,
1,
{0},
{frame_size},
{static_cast<int>(frame_size)},
{frame_size_dim},
fft_out_shape,
{1},
Expand Down

0 comments on commit e522095

Please sign in to comment.