mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
This commit is contained in:
parent
b2606cf641
commit
f5046759cd
20 changed files with 49 additions and 59 deletions
|
|
@ -628,7 +628,6 @@ static record_stream* record_stream_new(
|
|||
|
||||
record_stream *s;
|
||||
pa_source_output *source_output = NULL;
|
||||
size_t base;
|
||||
pa_source_output_new_data data;
|
||||
|
||||
pa_assert(c);
|
||||
|
|
@ -682,7 +681,7 @@ static record_stream* record_stream_new(
|
|||
0,
|
||||
s->buffer_attr.maxlength,
|
||||
0,
|
||||
base = pa_frame_size(&source_output->sample_spec),
|
||||
pa_frame_size(&source_output->sample_spec),
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue