Skip to content

Commit

Permalink
resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
achronop committed Oct 18, 2017
1 parent bb9aa53 commit 8f63644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cubeb_audiounit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ audiounit_convert_channel_layout(AudioChannelLayout * layout)
static cubeb_channel_layout
audiounit_get_current_channel_layout(AudioUnit output_unit)
{
assert(output_unit);
OSStatus rv = noErr;
UInt32 size = 0;
rv = AudioUnitGetPropertyInfo(output_unit,
Expand Down

0 comments on commit 8f63644

Please sign in to comment.